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
- Host: GitHub
- URL: https://github.com/financesbox/core-api
- Owner: FinancesBox
- License: mit
- Created: 2024-08-08T11:43:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T18:06:18.000Z (about 1 year ago)
- Last Synced: 2024-12-20T13:11:49.319Z (10 months ago)
- Topics: finance, finance-management, finances, gradle, kotlin, micronaut, personal-finances
- Language: Kotlin
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.