Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotlesscoder/reaperdawhub-service
Server side for ReaperDAWHub (metadata REST service)
https://github.com/spotlesscoder/reaperdawhub-service
Last synced: about 2 months ago
JSON representation
Server side for ReaperDAWHub (metadata REST service)
- Host: GitHub
- URL: https://github.com/spotlesscoder/reaperdawhub-service
- Owner: spotlesscoder
- License: gpl-3.0
- Created: 2017-03-03T20:54:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T00:45:04.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T10:31:42.250Z (3 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# reaperdawhub-service
Server side for ReaperDAWHub (metadata REST service)Building:
Prerequisites:
Install a local MySQL database with a schema named reaperdawhub, user reaperdawhub and the same as password. (DDL privileges are needed if the JPA provider should automatically create the schema)
Open in Netbeans or any other JAVA IDE capable of reading maven dependencies and creating projects from existing sources.