Commit Graph

1 Commits

Author SHA1 Message Date
Björn Benouarets
1e11664ec3 feat: add main application entry point
- Add main.go with Fiber web server setup
- Include database initialization and admin user setup
- Add middleware configuration (logging, request ID, health check)
- Add Swagger documentation integration
- Configure server to listen on port 8000
- Include proper error handling and graceful shutdown
2025-09-25 23:24:42 +02:00