An open API service indexing awesome lists of open source software.

https://github.com/rodrigo-brito/onibus-api

:bus: Generic Spring Boot API for Bus Schedules
https://github.com/rodrigo-brito/onibus-api

hibernate java rest-api spring-boot

Last synced: 2 months ago
JSON representation

:bus: Generic Spring Boot API for Bus Schedules

Awesome Lists containing this project

README

          

# Schedule Bus API
## Instructions

To execute the code in the local enviroment, enter in the root project:
- Copy the configuration: ` cp ./src/main/resources/application.properties.sample ./src/main/resources/application.properties`
- Change the email and database settings.
- Run the Dockerfile environment: `docker-compose up -d`
- Start Spring Boot.