Finding Stolen Bikes In Police Department
- RESTFUL API
- Swagger
- Swagger-UI
- Spring Framework
- Java 11
- Spring Boot 2.3
- Hibernate
- MySQL
- Maven
- Install [MySQL]
cd BikeFinderApi
.- execut
create-db.sql
for create DataBase. - Configure your DataBase info in
BikeFinderApiApplication.java
- Run
mvn install
. - Run
mvn spring-boot:run
. - The API is running on localhost:8080.
- To FindOut How this API work , you can see Documentation use Swagger-ui at localhost:8080/swagger-ui.html.