Skip to content

marvelmikel/nestjs-reactjs-shop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

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

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published