π Table of Contents
Budget App is a Ruby on Rails project designed to help you monitor you spending habits. Go ahead and sign up to start organizing your transactions, monitoring your total spend and keeping track of your budget.
Database
- User authentication
- Users can create and view transaction categories
- Users can create and view transactions
- Users can monitor total spend on each category
To get a local copy up and running, follow these steps.
In order to run this project you need:
git
bundle
Your favorite text editor
Clone this repository to your desired folder:
git clone https://github.com/Shisui6/budget-app.git
Install this project with:
cd budget-app
bundle install
To run the project, execute the following command:
rails server - Starts the development server
rails console - Starts the interactive command line
To run tests, run the following command:
rspec - Runs the test suite
π€ Shisui
- Add a feature to allow users to follow other users
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a starπ€©
- Microverse
- Original Design Idea by Gregoire Vella on Behance
This project is MIT licensed.