This is a e-commerce API that allows users to create, read, update, review and delete products.
Admin Register and Sign-in Interface at the below link. Register as admin and then sign-in to access the admin dashboard. Register and Password Reset interfaces are also available, for now request links are sent to etheral. if you send a request, I will autherize it.
This is a free deployment on render.com and it is not a production deployment. It is just for testing purposes. The database is hosted on MongoDB Atlas. The server is automatically spun down after 15 minutes of inactivity. So, it may take a few seconds to spin up the server when you make a request. You may have to refresh the page a couple of times to get a response.
- Clone the repository to your local machine:
git clone
- Install dependencies
npm install
- Start the application
node app.js
- Open the application on your browser at
http://localhost:5000