A simple shopping cart application built with Node.js, Express.js, MongoDB. It uses JWT for authentication and authorization. It also uses swagger for documentation.
- Clone the repository
- Run
npm install
- Run
npm start
- Create a
.env
file in the root directory - Add the following to the
.env
file
PORT=3000
MONGO_URI=<YOUR_MONGO_URI>
JWT_SECRET=<YOUR_JWT_SECRET>
- Run
npm start
swagger documentation: http://localhost:5000/api-docs/
MIT License
Joseph Olayanju