Commit Graph

2 Commits

Author SHA1 Message Date
YourDreamNameHere
bf201f0595 fix: update landing page to use accessible template and remove duplicate README
- Update landing_main.go to serve accessible_landing.html
- Remove duplicate README.md from output/ directory
- Maintain comprehensive README at top level with full documentation
2025-11-20 16:42:15 -05:00
YourDreamNameHere
89443f213b feat: implement core Go application with web server
- Add Go modules with required dependencies (Gin, UUID, JWT, etc.)
- Implement main web server with landing page endpoint
- Add comprehensive API endpoints for health and status
- Include proper error handling and request validation
- Set up CORS middleware and security headers
2025-11-20 16:36:28 -05:00