Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grrlopes/go-moneyhoney

This system is able to track down financial status.
https://github.com/grrlopes/go-moneyhoney

Last synced: 27 days ago
JSON representation

This system is able to track down financial status.

Awesome Lists containing this project

README

        

## Money Honey

App capable to manage the financial status as expenses and income. In
additional, it sends reports by email and generate charts.

## Dependencies:

```
Go => 1.9.3
make => 4.2.1
```

## ENV

```
MONGO_URI="mongodb+srv://user:[email protected]"
SCHEMA=mastodonte
MODE=prod or debug
PORT=8080
JWTKEY=secret
```

## Run in Production
You could run using binary related to target OS.
https://github.com/grrlopes/go-moneyhoney/releases

## Run the project:
Developement mode could be executed as `make dev`

To run locally, use `make test` to run the tests.