Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanbill/hero-squad
Hero Squad is a web application that allows users to create a team of superheroes and group them in squads
https://github.com/bryanbill/hero-squad
handlebars heroes
Last synced: about 1 month ago
JSON representation
Hero Squad is a web application that allows users to create a team of superheroes and group them in squads
- Host: GitHub
- URL: https://github.com/bryanbill/hero-squad
- Owner: bryanbill
- License: mit
- Created: 2022-04-30T08:49:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T18:30:08.000Z (4 months ago)
- Last Synced: 2024-11-06T19:53:52.454Z (3 months ago)
- Topics: handlebars, heroes
- Language: Java
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hero Squad
- [Description](#overall-project-description)
- [Setup instructions](#setup-instructions)
- [Technology Used](#languages-and-frameworks)
- [Licence](#Licence)
- [Authors Info](#Author)## Overall Project Description
- Hero Squad is a web application that allows users to create a team of superheroes and group them in squads.
## Setup Instructions
### Clone the repository
HTTPS: `git clone https://github.com/bryanbill/hero-squad.git`
SSH: `git clone [email protected]:bryanbill/hero-squad.git`
### Install dependencies
```bash
mvn clean install
```
### Run the application
```bash
mvn exec:java
```## Languages and Frameworks
- Java
- Gradle
- Spark
- PostgreSQL
- Handlebars## Known Bugs
- Currently not aware of any. Open to project improvement suggestions.
## Contributing
Contributions to the project are welcome. Fork this repo to contribute.u
## Live Site
#### Available Here: (http://squadsandheroes.herokuapp.com/)
## Licence
[MIT LICENCE](LICENSE)
## Author
- [Brian Omondi](https://github.com/bryanbill)