Skip to content

Edgarcho/PDX-hack-a-thon-version2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDX hack-a-thon version 2

A program that allows a hack-a-thon coordinator to track teams and their members. Create a new team and add members to teams. 1/19/18

By Edgar Hernandez Ortiz

Description

A web application created with Java, SQL and Spark framework where a user can create a team, add members and update team and members name.

Specs

Spec Input Output
Program take a team name input and return value. "A Team" A Team
Program take a team description input and return a value. "Group of one" Group of one
Program update team name with new team name. "B Team" B Team
Program add new member to team and return back. "Mike" Mike

Setup/Installation Requirements

  1. To run this program, you must have a JDK
  2. A Integrated Development Environment for Java.
  3. Clone this repository link. (https://github.com/Edgarcho/PDX-hack-a-thon-version2.git)
  4. Open the project in IntelliJ or in any Integrated Development Environment for Java.
  5. Run the App.
  6. Open in any browser. (http://localhost:4567/)

Known Bugs

  • No known bugs at this time.

Technologies Used

  • Java
    • IntelliJ IDEA
    • JUnit
    • Gradle
    • Spark framework
    • Handlebars
    • H2
    • Sql2o
    • BootStrap

Support and contact details

Email no one with any questions, comments, or concerns.

License

This software is licensed under the MIT license

Copyright (c) 2018 Edgar Hernandez Ortiz

About

Web application that has a second class and data persistence. Independent project from Java week 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors