[Bassir Jafarzadeh] Build Ecommerce Website Like Amazon [React & Node & MongoDB] [ENG, 2021]
Amazona ECommerce Website
Original src:
https://github.com/basir/amazona
Demo Website
👉 Heroku : https://newamazona-final.herokuapp.com👉 AWS : https://amazona.webacademy.pro
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
- Browser: http://localhost:3000/signin
login pass
admin@example.com 1234
user@example.com 1234
Marley
Any questions in english: Telegram Chat Любые вопросы на русском: Телеграм чат