Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.63 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.63 KB

Hero Squad.

😆

This is a java application that allows the user to create squads and add heroes to the squad , Sunday June 23 2019

By OMONGE CALVINCE

Description

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.

Setup

Technologies used

  • Java.
  • Gradle(for unit testing).
  • Bootstrap.
  • Spark.
  • Material Design Bootstrap.

BDD

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

User Stories

  • 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.

Setup

  • 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

Support and contact details

contact me @ [email protected]

License

The project is underMIT license Copyright © 2019.All right reserved