Unfortunately i didn't have time to finished FE part and position was mostly BE that's why I prepare FE template but nothing else in FE directory
I am a little bit change initial requirements to make project interesting for me) So sorry that the project does not fully and clearly meet your requirements
- installed nvm
- nestjs/cli
- installed docker and docker compose
- ability to add config in system file /etc/hosts (Needed only for LOCAL_BE_WITH_DOCKER_DB way)
git clone https://github.com/FreyDv/login-user.gitgit git checkout fans-crmnvm use 20.10.0npm i @nestjs/cli -gecho "PORT=3000
JWT_SECRET=XmOLkLnbgUlgdo8768TBbLm3NISVRjxR
DB_HOST=db
DB_PORT=3306
MYSQL_DATABASE=lu
MYSQL_ROOT_PASSWORD=sudolu
MYSQL_USER=lu
MYSQL_PASSWORD=lu
DEBUG=false" >> be/.envcd benpm i sudo echo "127.0.0.1 db" > /etc/hostsOr
sudo nano /etc/hosts and add next line manually
127.0.0.1 dbnpm run up:dbnpm run start:debugcd benpm i npm run up:dbnpm run wait:dbnpm run up:be