Skip to content

Amazon Clone - E-Commerce Shop - React, Redux, NestJS, and Mongo

Notifications You must be signed in to change notification settings

Jon-Peppinck/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

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

12 Hour 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

Amazon Clone - E-Commerce Shop - React, Redux, NestJS, and Mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors