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
- Host: GitHub
- URL: https://github.com/rodrigo-brito/onibus-api
- Owner: rodrigo-brito
- Created: 2017-02-20T23:18:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T21:03:09.000Z (almost 9 years ago)
- Last Synced: 2026-03-23T11:39:39.467Z (3 months ago)
- Topics: hibernate, java, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.