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.
✅ Created a new rails app.
✅ Followed gitflow
✅ Setup PostgreSQL database.
✅ The app has the following interfaces:
- A splash page.
- A log in page
- A registration page.
- A category page as home page
- A form to create new categories
- A management page to see all your purchase in a specific category
- A form to add new purchase to your app in the current category and even you can select others.
- Ruby On Rails
Open your termnial and run the following command:
git clone https://github.com/AlexRS90/budget-app.git
- cd recipe-app
- bundle
- rails db:create
- rails db: migrate
rails s
Open your browser and type the following URL http://127.0.0.1:3000/
Finally you can start using the app and manage your budget. Enjoy!
To run the unit test once you did the above steps just write the following command in your terminal, you must be on your root directory:
rspec spec
- Ruby
- Terminal
👤 Alejandro Ramos
- GitHub: @AlexRS90
- Twitter: @AlejandroRBenji
- LinkedIn: @AlexRS90
Original design by Gregoire Vella on Behance Profile: Behance
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.