E-Commerce MERN Application
https://ecommerceshopy.herokuapp.com/
The basic idea is to provide the user with a service that he/she can see the various products and place an order.
- Clone the repository
git clone https://github.com/rushikesh-tk/ProshopApp.git
- Change the working directory
cd ProshopApp
- Install dependencies (for backend)
npm install
- Change the working directory to frontend
cd frontend
- Install dependencies (for frontend)
npm install
- Environment variables
Create .env file in the root folder and add fields for MONGO_URI, JWT_SECRET, NODE_ENV, PORT, PAYPAL_CLIENT_ID.
- Run the app
Change the working directory to the root folder
npm run dev
🌟 You are all set!
- Create your ecommerce account on register page and login to it.
- Browse products which you want to buy and select their quantity.
- Go to checkout page to add address and payment method.
- See the final order details and click on "Place Order" button.
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request. Any kind of contributions are welcome!