Budget app 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
- Ruby
- Ruby on Rails
- RSpec, PostgreSQL
Client
- RUBY
- RAILS
- User can create an account
- User can login
- User can create a transaction
- user can create a category
- user can view all transactions based on category
To get a local copy up and running, follow these steps.
In order to run this project you need: A text-editor like VS code or Sublime Editor and a github account.
Clone this repository to your desired folder:
Example commands:
git clone https://github.com/bancunguye66/budget-app.git
cd budget_app
Install this project with:
cd budget_app
bundle install (install all dependencies)
To run the project, execute the following command:
- Open the terminal and execute
rails s
open on your browser "localhost:3000"
- On the terminal
rspec spec ( to test the web application)
You can deploy this project using:
- render
π€ Aimable BANCUNGUYE
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- [API]
- [Better UI design]
If you like this project,give it a βοΈ!!!
Thanks to everyone whose idea and codebase was used in this project. Moreso to other Micronauts who have actively offered their support in bug fixingπ I would like to express gratitude to Gregoire Vella, as per the Creative Commons license.
This project is MIT licensed.