My Budget: is a web-based rails application designed to help users manage their finances and track their expenses. It provides features such as user signup and login functionality to ensure secure access to personal budget information. The application allows users to create and manage categories. Categories represent different types of expenses.
Testing
Linter
- Sign up or log in
- Create a category
- Create an expense
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby, Rails, and postgres installed on your machine.
Clone this repository to your desired folder:
git clone https://github.com/Salwa99/My-Budget.git
cd My-Budget
Install this project with:
bundle install
Create databases and run the migrations with:
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails db:create RAILS_ENV=test
rails db:schema:load RAILS_ENV=test
bundle exec rspec spec
- GitHub: @Salwa99
- Twitter: @SalwaBallouti
- LinkedIn: LinkedIn
- Add edit/delete category
- Add better UI
- Create API
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
If you like this project, please consider giving it a 🌟.
This app was designed based on an original design idea by Gregoire Vella on Behance. I would like to thank Gregoire Vella for this inspiring design.
This project is MIT licensed.