Skip to content

E-Commerce Shop - Stripe + React, Redux, NestJS, and Mongo

Notifications You must be signed in to change notification settings

obrm/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

E-Commerce Shop - Stripe + React, Redux, NestJS, and Mongo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published