A backend to support my Shop Generator project and provide the data based on the requirement. NodeJS, along with the ExpressJS framework used to build this backend. It provides functionalities like creating a shop, checking the shop presence, fetching the data based on their unique id and others.
- Provide shop data to Shop-Gen Project
- Data is based on Category and ProductID
- Handle creation of Unique Shop
- Interact with MongoDB using Mongoose
- Checking the existence of shop using its ID.
Fork and Clone the project
git clone https://github.com/abaran803/E-Commerce-Backend.git
Go to the project directory
cd E-Commerce-Backend
Install dependencies
npm install
SetUp the Environment Variables, steps given below this
Start the server
npm start
To run this project, you will need to add the following environment variables to your .env file
CONNECTION_STRING
Email me at [email protected] for this.
Server: Node, Express
Client: React, Router, Material UI
Here is the frontend of this project
I'm a final year student and a full stack developer, love to work on JavaScript projects.