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

https://github.com/robertbasic/perfi

Personal finances
https://github.com/robertbasic/perfi

Last synced: 6 months ago
JSON representation

Personal finances

Awesome Lists containing this project

README

          

# perfi

An application to track personal finances.

Mostly to learn more about DDD, CQRS, BDD...

```
composer install
```

Run behat tests:

```
./vendor/bin/behat
```

Run phpunit tests:

```
./vendor/bin/phpunit
```