Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.