The Online Shopping is the website that allows the users to shop online without going to the shops to buy them. This will help in saving the energy, fuel, time needed to do the shopping by going to the shops. The availability of online stores gives the freedom to shop at your own place and convenience.
- Drop a ⭐ on the GitHub repository.
- Download and install a code/ text editor.
- Recommended-
- Download Node Js and npm(Node package manager) (when you download Node, npm also gets installed by default)
- Mongo DB community editition is free and a great software in order to work with MongoDB applications. Download Mongo DB community editition
- Clone the repository by running command
git clone [email protected]:<your user-name>/OnlineShoppingSystem.git
in your git bash.
-
For Backend
-
npm i
-
For Frontend
-
cd frontend npm i
- Run this command to start the project.
npm run start
- Run this command to start the project as a developer.
npm run dev
- Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/
Make Sure to Create a config.env file in backend/config directory and add appropriate variables in order to use the app.
Essential Variables
PORT=
DB_URI =
STRIPE_API_KEY =
STRIPE_SECRET_KEY =
JWT_SECRET =
JWT_EXPIRE =
COOKIE_EXPIRE =
SMPT_SERVICE =
SMPT_MAIL =
SMPT_PASSWORD =
SMPT_HOST =
SMPT_PORT =
CLOUDINARY_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET =
fill each filed with your info respectively
Abhishek Nalawade |
Saurabh Jadhav |