Big Sale - eCommerce Backend - v1.0
Live Website
Big Sale - eCommerce Backend is the e-commerce web application backend built with NodeJS, ExpressJS and MongoDB.
- NodeJS
- ExpressJS
- ReactJS
- MongoDB
- Tailwind
- Material UI
- Postman
- Git & GitHub
Before running this project, make sure you have the following installed:
-
Node.js: Download and Install Node.js
-
MongoDB: Download and Install MongoDB
Follow these steps to set up the application:
-
Open Powershell/Terminal and Clone the repository to your local machine:
git clone https://github.com/Harish1611/Big-Sale-eCommerce-Backend.git
-
Navigate to the project directory:
cd BigSale-eCom-Backend -
Install the required dependencies:
npm install or npm i
To run the BigSale-eCom-Backend App, perform the following actions:
-
Open a new PowerShell window.
-
Start the MongoDB:
mongod
-
Open another PowerShell window.
-
Launch the MongoDB shell: ( Or use MongoDB Compass integrated Mongosh Shell)
mongosh
-
Open another PowerShell window and Navigate to the project directory:
cd BigSale-eCom-Backend -
Start the Development server using nodemon: ( install nodemon globally)
npm run dev
