Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 667 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 667 Bytes

COVIDGuide

team Contour

about

CS 2062 - Object Oriented Software Development project

How to setup

  • clone the repository from github.com
  • navigate in to the directory of the repository
  • run composer install
  • create a .env file according to following Template
    DB_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

team members

  • Kalindu
  • Ishad
  • Thushalya
  • Pasan