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: 8 months ago
JSON representation

REST service for modget-web

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.