It is an e-commerce webisite api that helps you login as a user or admin. As a user you can buy/add product to your cart and pay for them using any Debit/Credit card. As an admin you can add new product, see all orders, edit/delete a product from the database.
This Rest API has been created using NodeJs and database used is MongoDB. This project has used MVC architecture.
Add your MongoDB database link, username and password and Stripe secret key in .env file.
npm install
npm start