Skip to content

patrykmastalerczyk/driving-school-api

Repository files navigation

PHP Task - Driving School Application

Simple PHP application for managing driving lessons schedule.

Quick Start

Run with Docker

# Start the application
docker-compose up -d

Access the application

Stop the application

docker-compose down

Features

  • Add new driving lessons
  • View lessons list
  • Delete lessons
  • Data validation
  • Responsive interface

API Endpoints

  • GET ?action=get - Get lessons list
  • POST ?action=add - Add new lesson
  • DELETE ?action=delete&id=X - Delete lesson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published