Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)