## How to build
### Development
- Edit flask/.env
- 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