Development • OpenAPI • Licensing
Kreditor, Creditor, Crediteur, кредитор: a person or company to whom money is owed.
The goal of this project is to develop a flexible expense management and splitting application. This repository currently contains an API server built using Spring (REST) and Java.
This project is under active development. Current API specification is very likely to change.
- Java
- Maven
After you've checked out this repository, you can run the application using Maven on your local machine.
mvn spring-boot:run
This repository exposes a RESTful server application using Java and Spring. The OpenAPI specification can be browsed through the included Swagger UI:
e.g. http://localhost:8080/swagger-ui.html
OpenAPI Generator includes a list of templates that can be used to generate different clients for this API server.