- 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
.envfile 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
- Install Node.js
- Install npm
- Clone this repository
- Create
.envfile by using.env.example - You may run the following command in your terminal
npm installnpm run database:auth:migratenx serve api-authnx serve web-react
nx serve api-auth
nx serve web-react