CS 2062 - Object Oriented Software Development project
- clone the repository from github.com
- navigate in to the directory of the repository
- run
composer install - create a
.envfile according to following TemplateDB_DSN = mysql:host=localhost;port= /*your MYSQL listening port*/; DB_USER = /*your MYSQL username*/ DB_PASSWORD = /*your MYSQL password*/ - run
php migrations.phpin terminal to setup the database - navigate to public directory and run
php -S localhost:/*port number*/or any other way to start the server
- Kalindu
- Ishad
- Thushalya
- Pasan