😆
This is a java application that allows the user to create squads and add heroes to the squad , Sunday June 23 2019
Once the application runs, the user can add or view squads. The user can view and add heroes to a squad with a hero being in only one squad at a time.
- This is the live link
- Java.
- Gradle(for unit testing).
- Bootstrap.
- Spark.
- Material Design Bootstrap.
Input | Output |
---|---|
A squad details of name, maximum size and cause | A squad |
A hero details of a name, age, power and weakness | A hero |
- As a user:
- I should be able to view squads.
- I should be add a new squad.
- I should be able to view heroes in a squad.
- I should be able to add a hero to a squad.
- To run the application, make sure you have
JDK
installed to your machine - Install gradle.
- Next clone the project using
git clone
to your preferred direction - In the terminal, navigate to cloned folder and use the following command to run the app
gradle run
- Open the browser and enter the address
localhost:4567
which gives the interface of the project. Enjoy
contact me @ [email protected]
The project is underMIT license Copyright © 2019.All right reserved