Skip to content

rbrown29/E-commerce-API

Repository files navigation

E-commerce-API

Description

This is a e-commerce API that allows users to create, read, update, review and delete products.

Live Demo

E-Commerce-API

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.

AuthE-Commerce    

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.

🛠️ Languages and Tools :

          express 

Installation

  1. Clone the repository to your local machine:
git clone
  1. Install dependencies
npm install
  1. Start the application
node app.js
  1. Open the application on your browser at

http://localhost:5000