Create a secrets.env file with the following variables:
- DSN
- POSTGRES_USER
- POSTGRES_PASSWORD
- POSTGRES_DB
sudo docker compose --env-file secrets.env build
sudo docker compose --env-file secrets.env up
Go to http://0.0.0.0:8000/docs
npm install axios npm install react-router-dom npm install web-vitals