A open source Basic Delivery Management System. Build with Nest Js framework, Remix Js full stack JavaScript React framework, Tailwind CSS, Prisma ORM, and MySQL.
This product analysis is for a website development project using React JS, Next JS, Remix JS, and Tailwind CSS. The project is a Delivery Management System and includes features such as demo, credential, getting started instructions, prerequisites, installation guide, database migration, and database seeding. The project is built with Node JS, Nest JS, Prisma, Remix, and Chakra UI.
npm install
Set the environment variable for the backend directory. Rename the provided example file .env.example to .env and set the appropriate values.
Set the environment variable for the frontend directory. Rename the provided example file .env.example to .env and set the appropriate values.
Run the following command to migrate the Prisma schema:
npx prisma migrate
This command needs to be run only once at the beginning of the project setup.
npm run seed
This command will populate the database with delivery area info, delivery zones, parcel pricing, product categories, default users, etc.
npm run start
The server will run at http://localhost:8000 and the frontend server will run at http://localhost:3000.
This product analysis highlights the features and installation process of a Delivery Management System built using React JS, Next JS, Remix JS, and Tailwind CSS. The project includes a demo version, credentials for accessing the system, detailed installation instructions, and commands for database migration and seeding. The project is built with Node JS, Nest JS, Prisma, Remix, and Chakra UI.