Small web application with few API endpoints created in subject BI-TWA (Web Application Design) at FIT CTU.
- Download and install PHP and composer
- Run following commands from root folder of the repository:
- Install dependencies
php composer.phar install
- Setup PostgreSQL database in
.env
file - Run migrations
php bin/console doctrine:migrations:migrate
- Start PHP development server
php -S localhost:8080 -t public/
- Install dependencies
- Application will be available via http://localhost:8080