Skip to content

[Bassir Jafarzadeh] Build Ecommerce Website Like Amazon [React & Node & MongoDB] [ENG, 2021]

Notifications You must be signed in to change notification settings

webmakaka/Build-Ecommerce-Website-Like-Amazon-React-Node-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Bassir Jafarzadeh] Build Ecommerce Website Like Amazon [React & Node & MongoDB] [ENG, 2021]


Amazona ECommerce Website

amazona


Original src:
https://github.com/basir/amazona


Demo Website


Run Locally

1. Clone repo

$ git clone https://github.com/webmakaka/Build-Ecommerce-Website-Like-Amazon-React-Node-MongoDB
$ cd Build-Ecommerce-Website-Like-Amazon-React-Node-MongoDB

2. Setup MongoDB

$ cd app/api
$ docker-compose up

3. Run Backend

$ npm install
$ npm start

4. Run Frontend

$ cd client
$ npm install
$ npm start

5. Seed Users and Products

// It returns admin email and password
$ curl http://localhost:5000/api/users/seed \
    | python -m json.tool

// It creates 6 sample products
$ curl http://localhost:5000/api/products/seed \
    | python -m json.tool

6. Admin Login


login pass
admin@example.com 1234
user@example.com 1234



Marley

Any questions in english: Telegram Chat Любые вопросы на русском: Телеграм чат

About

[Bassir Jafarzadeh] Build Ecommerce Website Like Amazon [React & Node & MongoDB] [ENG, 2021]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages