Skip to content

robmacav/finances

Repository files navigation

Financial Manager

An application to manage finances.

Ruby  RubyOnRails  PostgreSQL  Redis  Digital Ocean 

Devices Mockup

How to Run

docker build -f Dockerfile.dev -t finances_app_dev .
docker run -p 3000:3000 -v .:/app finances_app_dev

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.