felixodette / MoneyPenny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Money Penny

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.

Live demo:

You can check out the live demo here. And the video demonstration of the app here

Animation

Entity Relationship Diagram

Made With

  • Ruby on Rails
  • Devise
  • Bootstrap 5

Getting Started

Setup

To setup the project locally, clone the repository using:

$ git clone git@github.com:felixodette/MoneyPenny.git

Install dependencies

run:

$ bundle install

Setup the database

run:

$ rails db:create
$ rails db:migrate
$ rails db:seed

Run the app

run:

$ rails s

Run the tests

run:

$ rspec

Authors

👤 Felix Odete

Acknowledgment

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:Ruby 70.1%Language:HTML 26.3%Language:CSS 2.1%Language:JavaScript 1.5%