How to test the project?
- clone the repo
- inside the src dir - run composer install
- open a db app and run the sql from the migration file - this will create db and tables
- at / is the public view
- at /admin is the admin view - to log in use email: beni@abv.bg and pass: 123456789
How to run the tests?
- inside the src dir run: ./vendor/bin/phpunit tests