Backend API for a single vendor ecommerce app.
User CRUD, Product CRUD, Order CRUD, User Authorization & Authentication, Review
create ".env" file in the root directory of the app. Add NODE_ENV, PORT, MONGO_URI, JWT_SECRET
npm i
If you face installation problem, then please delete package-lock.json file and run npm i
# Run in dev mode
npm run dev
# Run in prod mode
npm start
# Seed database
npm run data:import
or delete seeded database
npm run data:destroy -d
1.0.0
MIT