This is the backend for the EchoMart E-commerce website. It is built with Nodejs and Expressjs. It uses MongoDB as the database and Mongoose as the ODM. It uses JWT for authentication and authorization. It uses Stripe as the payment gateway.
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm start
to start the server