A web-based interface and RESTful API for managing sports events, matches, and related scheduling. This project includes both the UI frontend and a documented API backend.
- UI: apibr.com/ui/sports-agenda
- API (v1): apibr.com/sports-agenda/api/v1
- Swagger/OpenAPI: apibr.com/sports-agenda/swagger
- UI: HTML, CSS, JavaScript
- Backend: REST API (PHP, MySQL, Pancake)
- Monitoring: UptimeRobot, HealthChecks.io
- Code analysis: SonarCloud, CodeClimate, CodeFactor
git clone https://github.com/ApiBR/sports-agenda-ui.git
cd sports-agenda-ui
npm install # or use yarn / pnpm
npm run dev
This project is licensed under the MIT License.