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.
- Host: GitHub
- URL: https://github.com/diluv/diluv-api
- Owner: Diluv
- Created: 2019-11-04T06:55:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T00:53:49.000Z (almost 3 years ago)
- Last Synced: 2025-06-16T22:41:08.572Z (7 months ago)
- Topics: api-rest, diluv, diluv-api, hacktoberfest, java, resteasy, undertow
- Language: Java
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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))