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

https://github.com/diluv/diluv-api

Backend restful API for Diluv.
https://github.com/diluv/diluv-api

api-rest diluv diluv-api hacktoberfest java resteasy undertow

Last synced: 5 months ago
JSON representation

Backend restful API for Diluv.

Awesome Lists containing this project

README

          

# Diluv-API

# Contribute

## Getting Started

This repository uses git sub modules. Make sure you initialize the modules before trying to import the project into your IDE. This can be done by cloning the project in the following way.

```
git clone --recurse-submodules https://github.com/Diluv/Diluv-API
```

## How to run

Requirements:
- Java 8
- Download and install MariaDB (Recommend using [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10))