eCommerce Backend to Create, Read, Update and Delete (CRUD) Products.
To install this :
npm install
To run this :
npm start
or to run with nodemon
npm test
KEY | VALUE |
---|---|
DB_CONNECTION | Your MongoDB Atlas Connection URL |
PORT | Your Own Port (Default is 5000) |