Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryanj93/porcellino-server
- Owner: RyanJ93
- License: other
- Created: 2024-02-27T18:28:20.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T03:51:27.000Z (8 months ago)
- Last Synced: 2024-05-01T04:39:34.874Z (8 months ago)
- Topics: java, spring-boot
- Language: Java
- Homepage: https://porcellino.enricosola.dev
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.svgDeveloped with ❤️ by [Enrico Sola](https://www.enricosola.dev).