To start app simply clone this repo and run
docker-compose upAfter installation web app will be available at http://localhost:5000, public API scheme at http://localhost:12315/openapi/v1.json.
Note: You can't access PostgreSQL directly. If you want to use PostrgeSQL client expose port 5432 in compose.yaml
- Frontend: React + Vite + JavaScript
- Backend: .NET 9 + ASP.NET core + EF
- Database: PostgreSQL 17