Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.14 KB

This project is all about building a Ecom Website similar to Amazon.

amazona

Website Link

👉 Render : https://amazona.onrender.com

Run Locally

1. Clone repo

$ git clone https://github.com/khandeshsailokesh/Amazona_Ecomwebsite.git

2. Create .env File

  • duplicate .env.example in backend folder and rename it to .env

3. Setup MongoDB

  • Local MongoDB
    • Install it from here
    • In .env file update MONGODB_URI=mongodb://localhost/amazona
  • OR Atlas Cloud MongoDB

4. Run Backend

 $ cd backend
 $ npm install
 $ npm start

5. Run Frontend

 # open new terminal
 $ cd frontend
 $ npm install
 $ npm start

6. Seed Users and Products

7. Admin Login