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

https://github.com/machcavson/finances

An application to manage finances.
https://github.com/machcavson/finances

github-actions postgresql rubyonrails

Last synced: 11 months ago
JSON representation

An application to manage finances.

Awesome Lists containing this project

README

          

# Financial Manager

An application to manage finances.

![Ruby](https://img.shields.io/badge/version-3.0.1-brightgreen?logo=ruby&label=Ruby&labelColor=%23CC342D&color=%235D5D5D) 
![RubyOnRails](https://img.shields.io/badge/version-7.0.4-brightgreen?logo=rubyonrails&label=RubyOnRails&labelColor=%23D30001&color=%235D5D5D) 
![PostgreSQL](https://img.shields.io/badge/version-16.1-brightgreen?logo=postgresql&logoColor=white&label=PostgreSQL&labelColor=%234169E1&color=%235D5D5D) 

![Devices Mockup](docs/images/expenses-01.png)

## How to Run
```bash
docker compose -f docker-compose.dev.yml build --no-cache
```
```bash
docker compose -f docker-compose.dev.yml up
```

Or, if you prefer, you can explore the system's functionalities using these access credentials:
- `explorer@finances.me`
- `123456`

## Documentation
Access the documentation for this project.