Skip to content

eapenzacharias/cashflo

Repository files navigation

Maintainability Linters

cashFlo

Rails application to track your cash flow

cashFlo is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Built With

Getting Started

Prerequisites

  • Ruby
  • Postgres server

Setup

Clone this repo and enter the directory.

git clone git@github.com:eapenzacharias/cashflo.git && cd cashflo

Install

Run the following command to install all the dependencies.

bundle install

Usage

Run the following command to start the server, then go to http://localhost:3000

rails db:create # create database
rails db:migrate # migrate tables

bin/dev # necessary to start the app for the first time
---- or ----
rails s # can be used after starting the app at least once

Run tests

bundle exec rspec spec

Author

👤 Eapen Zacharias

Acknowledgments

Show your support

Give a ⭐️ if you like this project!

About

cashFlo is a web application where you can manage your budget: you have a list of transactions associated with a category, so you know how much you spent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published