Skip to content

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

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
img
 
 
 
 
 
 
 
 

[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

No packages published