Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 884 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 884 Bytes

LICENSE Eco Status

Dentist application written in PHP and executed from CLI

PHP Developer Task fol learning purposes.

START PROGRAM
  • In CLI type: php index.php

Project features

  • VANILLA PHP

  • MYSQL

  • PHPUnit

  • PSR-4

  • PSR-3

  • PSR-12

  • OOP

  • Validations (valid email, phone number, identification number)

  • Ability to import/export appointments in .csv format. Example of .csv file added to repository.

Application store these fields:

  • ID
  • Name
  • Email
  • Phone Number
  • National identification number
  • Appointments

Application have the following functionality.

  • Add appointment
  • Edit appointment
  • Delete appointment
  • Delete user
  • Print list of appointments in CSV file.

Authors

Andrius