Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 658 Bytes

File metadata and controls

33 lines (23 loc) · 658 Bytes

BikeFinding

Finding Stolen Bikes In Police Department

A RESTFUL API using Spring Boot.

Features

  • RESTFUL API
  • Swagger
  • Swagger-UI
  • Spring Framework

Technology Stacks

  • Java 11
  • Spring Boot 2.3
  • Hibernate
  • MySQL
  • Maven

How to Run

  1. Install [MySQL]
  2. cd BikeFinderApi.
  3. execut create-db.sql for create DataBase.
  4. Configure your DataBase info in BikeFinderApiApplication.java
  5. Run mvn install.
  6. Run mvn spring-boot:run.
  7. The API is running on localhost:8080.
  8. To FindOut How this API work , you can see Documentation use Swagger-ui at localhost:8080/swagger-ui.html.