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

https://github.com/financesbox/core-api

Main service of the Finances Box application
https://github.com/financesbox/core-api

finance finance-management finances gradle kotlin micronaut personal-finances

Last synced: 3 months ago
JSON representation

Main service of the Finances Box application

Awesome Lists containing this project

README

          

# Core API

## Description

`core-api` is the main service of the Finances Box application, developed using the [Micronaut](https://micronaut.io/)
framework. This project is responsible for managing the core operations of the FinanceBox platform. It is built with
**Java 21** and uses **Gradle** as the build tool.

## Prerequisites

Before you begin, ensure that you have the following tools installed in your development environment:

- **Java 21**: You can download it
from [Oracle JDK](https://www.oracle.com/java/technologies/javase-jdk21-downloads.html) or use an OpenJDK
implementation.
- **Gradle**: It's recommended to use version 8 or higher. You can install Gradle
from [here](https://gradle.org/install/).

## Project Setup

### Clone the Repository

Clone the `core-api` repository to your local machine:

```bash
git clone https://github.com/your-username/financesbox-core-api.git
cd financesbox-core-api
```

## License

This project is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file for more details.

Additionally, please review the [Additional Terms](NOTICE.md) regarding commercial use and derivative works.