asd
In back
copy the .env.template to .env and set your own values
cp back/.env.template back/.env
Run with
docker compose up
- Backend available at localhost:3000
- Frontend available at localhost:3001
Api documentation is available from backend /docs
when running in development