Table of Contents
Budget Tracker 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.
- Ruby on Rails
- PostgreSQL
- Devise
- RSpec
- Easily create categories to track transactions.
- Introduce new transactions associated with a category.
- See money spent on each category.
- Sign up or log in to your account to access.
To run this project locally, you'll need to follow these steps.
Make sure you have the following installed on your machine:
Clone this repository to your desired folder.
cd my-project
git clone git@github.com:tobuya/budget_tracker.gitInstall the required gems with:
bundle installCreate the databases and run migrations with:
rails db:create
rails db:migrateTo load the sample data, run:
rails db:seedTo run the development server, execute the following command:
rails serverTo run tests, run the following command:
rspec spec --format doc👤 Thomas Obuya
- Desktop Version
- Side Menu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please consider giving it a ⭐.
I would like to thank Gregoire Vella on Behance for the design.
This project is MIT licensed.