Skip to content

CS 2062 - Object Oriented Software Development Group Project

Notifications You must be signed in to change notification settings

Ishad-M-I-M/CovidGUIDE

 
 

Repository files navigation

COVIDGuide


About

CS 2062 - Object Oriented Software Development project A dummy website to publish New Normal Guidelines during covid-19 pandemic

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_NAME = /* database name */
    DB_USER = /*your MYSQL username*/
    DB_PASSWORD = /*your MYSQL password*/
    
    Note: you need to create a database with name given in 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

Team Contour - Team members

  • Kalindu
  • Ishad
  • Thushalya
  • Pasan

About

CS 2062 - Object Oriented Software Development Group Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 21.0%
  • PHP 19.1%
  • Other 0.7%