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
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.
| 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 |
- To run this program, you must have a JDK
- A Integrated Development Environment for Java.
- Clone this repository link. (https://github.com/Edgarcho/PDX-hack-a-thon-version2.git)
- Open the project in IntelliJ or in any Integrated Development Environment for Java.
- Run the App.
- Open in any browser. (http://localhost:4567/)
- No known bugs at this time.
- Java
- IntelliJ IDEA
- JUnit
- Gradle
- Spark framework
- Handlebars
- H2
- Sql2o
- BootStrap
Email no one with any questions, comments, or concerns.
This software is licensed under the MIT license
Copyright (c) 2018 Edgar Hernandez Ortiz