Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenrique/poupaniquel
A financial software in just one binary for local or cloud usage
https://github.com/gustavohenrique/poupaniquel
Last synced: about 1 month ago
JSON representation
A financial software in just one binary for local or cloud usage
- Host: GitHub
- URL: https://github.com/gustavohenrique/poupaniquel
- Owner: gustavohenrique
- Created: 2016-07-19T22:02:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T12:41:12.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T06:22:11.873Z (7 months ago)
- Language: Go
- Size: 1.95 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poupaniquel
> A financial software in just one binary for local or cloud usage## What is it?
Poupaniquel is a Brazilian Portuguese name. In English means something like "save coins".
## Why?
I wish a simple software to help me to manage my finances but I don't want to pay for it. Also, I'd like an API to use with my shell scripts and I need to run the software on my Macbook or in my private cloud with no complicated configurations.
Poupaniquel should answer the questions:1. How much money I spent?
2. How much money I have today?
3. How much money I should have in the future?## Building
```
curl https://glide.sh/get | sh
go get github.com/gustavohenrique/poupaniquel
cd $GOPATH/src/github.com/gustavohenrique/poupaniquel
glide install
go build -o poupaniquel main.go
```## Tests
```
make tests
```## API Docs
Visit [http://docs.poupaniquel.apiary.io](http://docs.poupaniquel.apiary.io) or [http://localhost:7000/docs](http://localhost:7000/docs)
## How to contribute?
First, you need to open an issue to talk about your proposed. After I agree that your idea is great for the project, you should fork this repository and send me a Pull Request.
## License
MIT