CS 2062 - Object Oriented Software Development project A dummy website to publish New Normal Guidelines during covid-19 pandemic
- clone the repository from github.com
- navigate in to the directory of the repository
- run
composer install
- create a
.env
file according to following TemplateNote: you need to create a database with name given inDB_DSN = mysql:host=localhost;port= /*your MYSQL listening port*/; DB_NAME = /* database name */ DB_USER = /*your MYSQL username*/ DB_PASSWORD = /*your MYSQL password*/
DB_NAME
in your database server - 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