Skip to content

khandeshsailokesh/Amazona_Ecomwebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published