Back End API for Arena of Valor Heroes, Build With Spring
This Api is built with spring boot project. What you can get from this api?
- List of heroes you have been create.
- Detail one of hero.
- Roles hero you have been cretae.
- Detail role hero.
- Post new role
- Post new hero.
- Delete Hero
- Delete Role
- Roles of hero
- Cretae database and set the name as aov
- Import the aov.sql file to the database you've been created!
- Setup propesties 'resources/application.properties' as yours mysql credentials.
- Open terminal and open your project directory
- Run command 'mvn install' to install mavaen dependencies that need it by this project!
- Run the project with 'mvn spring-boot:run'.
- Access the project api on localhost:8080/api