Simple PHP application for managing driving lessons schedule.
# Start the application
docker-compose up -d- Application: http://localhost:8080
- phpMyAdmin: http://localhost:8081 (optional)
docker-compose down- Add new driving lessons
- View lessons list
- Delete lessons
- Data validation
- Responsive interface
- GET ?action=get- Get lessons list
- POST ?action=add- Add new lesson
- DELETE ?action=delete&id=X- Delete lesson