A simple user logging application.
Assuming you have PHP (7+) and Composer installed system-wide.
-
Clone or download repository
git clone https://github.com/ilya-zhidkov/guestbook.git
-
Install necessary dependencies
composer install
-
Run application
php index.php
- Setting up a new PHP project
- Following a pre-described UML diagram
- Using Object-Oriented approach
- PSR - 4 auto-loading
- Sorting data
Made for students of UJEP (Univerzita Jana Evangelisty Purkyně) in Ústí nad Labem who are specializing in computer science degree.