This is a REST API built with nodejs. I created it to handle user authentication and stripe payment integration. The backend is hosted on heroku.
APIs are tested with postman
The backend for products was built with a third party content management system - strapi.
All user validations - for signup and login - was done on the server.
Calculations for the total amount of items in cart were done on the back end for secuirity reasons.
- Node.js
- Express
- MongoDb
- Mongoose