Skip to content

haririalii/BikeFinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Finding Stolen Bikes For Police Department

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages