g-harel / company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

company

Final project for COMP353 - Databases

Running

  1. Start docker container running xampp with a volume mapped to ./company/.
$ ./script/run.sh
  1. Concatenate all sql files from ./database/ into a single file which creates tables and seeds initial data.
$ ./script/generate.sh
  1. Navigate to phpmyadmin (http://localhost:41062/phpmyadmin/) and create a new database.

  2. Run generated sql in the new database's SQL tab in phpmyadmin.

  3. Rename ./company/config.php.example to ./company/config.php and edit configuration as required.

  4. Navigate to homepage (http://localhost:41062/www/)

Screenshots

Screenshot1


Screenshot2

About


Languages

Language:PHP 98.0%Language:Shell 1.1%Language:CSS 0.9%