Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novotnyr/bookr
https://github.com/novotnyr/bookr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novotnyr/bookr
- Owner: novotnyr
- Created: 2014-11-25T09:01:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T07:10:37.000Z (about 8 years ago)
- Last Synced: 2024-10-14T22:15:53.150Z (3 months ago)
- Language: Java
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Starting a database
mvn -Pdb exec:java
Insert sample data (one-time)
mvn flyway:migrate
Starting a database GUI
mvn -Pdb-gui exec:java