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
.env
file 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.php
in 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