Skip to content

rushikesh-tk/ProshopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProshopApp

E-Commerce MERN Application

🚀 Demo

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.

🛠️ Installation Steps

  1. Clone the repository
git clone https://github.com/rushikesh-tk/ProshopApp.git
  1. Change the working directory
cd ProshopApp
  1. Install dependencies (for backend)
npm install
  1. Change the working directory to frontend
cd frontend
  1. Install dependencies (for frontend)
npm install
  1. Environment variables

Create .env file in the root folder and add fields for MONGO_URI, JWT_SECRET, NODE_ENV, PORT, PAYPAL_CLIENT_ID.

  1. Run the app

Change the working directory to the root folder

npm run dev

🌟 You are all set!

🧐 Features

  • 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.

🍰 Contributing

Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request. Any kind of contributions are welcome!