Build E-commerce API

  • features:
    • Node provides the backend environment for this application.
    • Express middleware is used to handle requests, routes.
    • Mongoose schemas to model the application data.

Set up

Create .env file that includes :
    *PORT
    *MONGO_URI 
    *JWT_SECRET

Run

$ npm install
$ npm start

Languages & tools