Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.26 KB

File metadata and controls

49 lines (40 loc) · 1.26 KB

Node Api Hub

Build With

Installation

With Docker Desktop

  • Install Docker Desktop
  • Clone this repository
  • You may run the following command in your terminal
  • Windows open WSL2 Linux terminal. Docker Desktop WSL 2 backend
  • Create .env file by using .env.example
  • ./boat.sh build
  • ./boat.sh up -d
  • ./boat.sh npm install
  • ./boat.sh npm run database:auth:migrate
  • ./boat.sh nx serve api-auth
  • ./boat.sh nx serve web-react

Without Docker Desktop

  • Install Node.js
  • Install npm
  • Clone this repository
  • Create .env file by using .env.example
  • You may run the following command in your terminal
  • npm install
  • npm run database:auth:migrate
  • nx serve api-auth
  • nx serve web-react

Start the auth api server

nx serve api-auth

Start the web react server

nx serve web-react