Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obrm/amazon-clone
E-Commerce Shop - Stripe + React, Redux, NestJS, and Mongo
https://github.com/obrm/amazon-clone
mongodb nestjs react redux-toolkit typescript
Last synced: 3 months ago
JSON representation
E-Commerce Shop - Stripe + React, Redux, NestJS, and Mongo
- Host: GitHub
- URL: https://github.com/obrm/amazon-clone
- Owner: obrm
- Created: 2022-09-07T10:19:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T11:25:52.000Z (over 2 years ago)
- Last Synced: 2023-03-05T19:22:39.708Z (almost 2 years ago)
- Topics: mongodb, nestjs, react, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Clone
## E-Commerce Shop - Stripe + React, Redux, NestJS, and Mongo
**Based on the YouTube Tutorial**: https://www.youtube.com/playlist?list=PL9_OU-1M9E_sGc8wmVspxGwHUdCqDV8pM
The Mongo database uses **Docker**
From the Root of the project, run:
```
$ docker-compose up -d
```Open Mongo Express database on localhost port 8081
**Terminal 1:**
```
$ cd api
$ npm i
$ npm run start:dev
```**Terminal 2:**
```
$ cd amazon
$ npm i
$ npm start
```**Note:** Run React on different PORT (3000 taken from NestJS API)