Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reviversmc/modget-server
REST service for modget-web
https://github.com/reviversmc/modget-server
Last synced: 4 days ago
JSON representation
REST service for modget-web
- Host: GitHub
- URL: https://github.com/reviversmc/modget-server
- Owner: ReviversMC
- Created: 2022-02-14T05:57:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T04:05:41.000Z (over 1 year ago)
- Last Synced: 2023-03-11T00:48:07.193Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modget Server
Modget Server provides a REST API for reading and modifying Modget manifests.It's a Spring application, and you can start it in development mode via the following command:
```
./gradlew clean bootRun
```Run
```
./gradlew build
```
for building an executable jar.