Skip to content

CaesarNgyn/Caesar-Book-Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Caesar Book Ecommerce

MongoDB, NestJS, React/Redux, NodeJS

clone or download

$ git clone https://github.com/CaesarNgyn/Caesar-Book-Ecommerce.git
$ yarn # or npm i

project structure

server/
   package.json
   .env
client/
   package.json
   .env
...

Usage (run fullstack app on your machine)

Prerequisites

You need both client and server runs concurrently in different terminal session, in order to make them talk to each other

Client-side usage(PORT: 1212)

Prepare .env

run the script at the first level:

// in the root level
change '.env.sample' to '.env' and fill in neccessary parts

Start

$ cd client          // go to client folder
$ yarn # or npm install --legacy-peer-deps    // npm install packages
$ npm run dev        // run it locally

Server-side usage(PORT: 6969)

Prepare .env

run the script at the first level:

// in the root level
change '.env.sample' to '.env' and fill in neccessary parts

Start

$ cd server   // go to server folder
$ npm npm install --legacy-peer-deps       // npm install packages
$ npm run dev // run it locally

Author

Caesar Martin

My real name is Khanh Nguyen, you can contact me via email: caesarngyn@gmail.com

About

Book Ecommerce fullstack web application using NestJS, ReactJS, MongoDB, NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors