Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanj93/porcellino-server

The Porcellino Server :: Manage your personal finance with Porcellino.
https://github.com/ryanj93/porcellino-server

java spring-boot

Last synced: 28 days ago
JSON representation

The Porcellino Server :: Manage your personal finance with Porcellino.

Awesome Lists containing this project

README

        

# Porcellino

Manage your personal finance with Porcellino: this simple web-app available online allows to easily track your incomes and expenses, you can also organize your finance distributing transactions across multiple portfolio supporting different currencies.

### Requirements

To compile this project, make sure you have both Java (version 21 or greater) and Maven installed on your system.

### Installation

You can compile the application simply running this command: `mvn package`.

If the compilation process succeeds, then a .jar file is produced in `target` folder.

If you prefer, you can run this application as a Docker image, more information [here](https://hub.docker.com/r/enricosola/porcellino-server).

## License

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg

Developed with ❤️ by [Enrico Sola](https://www.enricosola.dev).