Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

slaughtr/wage-slaves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wage-slaves

wage-slaves, 04-03-2017

By Dallas Slaughter and Alex Lee

Description

Example text for the description of the project

Specifications

Behavior Input Example Output Example

Setup/Installation Requirements

  • Clone the repository
  • Run the command 'gradle run'
  • Open browser and go to localhost:4567

CREATE DATABASE wage_slaves; CREATE TABLE jobs (id serial PRIMARY KEY, name varchar, salary int, difficulty varchar, hours int, started timestamp, type varchar); CREATE TABLE workers (id serial PRIMARY KEY, name varchar, race varchar); CREATE database wage_slaves_test WITH TEMPLATE wage_slaves;

License

Copyright (c) 2017 Dallas Slaughter and Alex Lee

This software is licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages