Skip to content

JoonKai1995/task-sourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-sourcing

NUS CS2102 Project

Task sourcing is a University project done by 4 computing students. It is a PHP and HTML web application for the submission and bidding of tasks out sourced by the users. The application is designed for a Postgresql database.

To start, load up Postgresql and setup a new database. In that database run the sql scripts in this order: table_creation.sql -> triggers.sql -> sample_input.sql

After that run the web application from the index.php page at http://localhost/8081/index.php