MongoDB, NestJS, React/Redux, NodeJS
$ git clone https://github.com/CaesarNgyn/Caesar-Book-Ecommerce.git
$ yarn # or npm i
server/
package.json
.env
client/
package.json
.env
...
You need both client and server runs concurrently in different terminal session, in order to make them talk to each other
run the script at the first level:
// in the root level
change '.env.sample' to '.env' and fill in neccessary parts
$ cd client // go to client folder
$ yarn # or npm install --legacy-peer-deps // npm install packages
$ npm run dev // run it locally
run the script at the first level:
// in the root level
change '.env.sample' to '.env' and fill in neccessary parts
$ cd server // go to server folder
$ npm npm install --legacy-peer-deps // npm install packages
$ npm run dev // run it locally
My real name is Khanh Nguyen, you can contact me via email: caesarngyn@gmail.com