## How to build
### Development
- Edit
flask/.envand setCLIENT_ID,CLIENT_SECRET,SECOND_CLIENT_SECRET, andREDIRECT_URI - Replace the redirect url in the environment.ts
- Execute:
docker compose run angular npm install
docker compose up -d### Production
- Edit flask/.env
- Exec:
docker compose run angular sh -c "rm -rf node_modules && npm install && ng build"- Uncomment the prod server on nginx.conf 2.1 Set SSL certificates
- Replace redirect url in the environment.ts
- Exec:
docker compose up -d nginx flask