Skip to content

Files

Latest commit

c308167 · Sep 11, 2023

History

History
89 lines (62 loc) · 1.87 KB

README.md

File metadata and controls

89 lines (62 loc) · 1.87 KB

Budget App

This is a 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 spend and on what.

This is a Ruby on Rails application that allows the users to:

  • register and log in, so that the data is private to them.
  • Introduce new transactions associated with a category.
  • See the money spent on each category.

Live Demo

checkout the app here

Video Presentation

Watch the video presentation here

Built With

  • Technologies used:

    Ruby Rails Tailwindcss PostgreSQL

Getting Started

Prerequisites

You need to have a browser and this tools installed:

  • Git
  • Ruby
  • MVC patterns

Setup

To get a local copy up and running follow these simple example steps:

$ git clone git@github.com:tylher/c.git
$ cd BudgetApp
$ bundle install

Usage

To run the server:

$ rails s

To watch CSS changes

$ rails tailwindcss:watch

OR

$ ./bin/dev

To run tests,

$ rspec

Authors

👤 Taiwo Adediran Taiwo Damola Adediran

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Acknowledgments