Skip to content

This is an educational project is about building 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.

Notifications You must be signed in to change notification settings

RWUBAKWANAYO/budget-app

Repository files navigation

Budget App

This is an educational project is about building 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

Built with

  • Ruby
  • Rails
  • PostgresQL

Getting Started

Prerequisites

You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.

Setup

  • To get local copy:

    • Clone this repo locally using git in the command line with the following command

      > https://github.com/RWUBAKWANAYO/budget-app.git
    • Alternatively, you can just download the complete zip file and extract the folder in your directory

  • Run bundle install, to install all gems for the project.

  • To run the migration copy and paste this command in your terminal:

    db:migrate

Usage

Run this command to start the project locally:

> rails server

Testing

This command will run all the tests in your terminal:

> rspec spec

Authors

👤 RWUBAKWANAYO

🤝 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!

Acknowledgments

📝 License

This project is MIT licensed.

About

This is an educational project is about building 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published