This is a simple node shopping rest api that has three (3) resources; ORDER, PRODUCT and USER.
- Nodejs
- Expressjs
- Bcrypt
- Nodemon
- Mongoose ODM
- MONGODB
- Jsonwebtoken
- Clone the repository
- Run
npm install
to install all dependencies - Create a .env file to store all your variables
- Run
npm start
to start the server, OR - Run
npm run dev
to start with nodemon(and make updates) - Connect to the API using postman on Port 4000