Ruby or Rails capstone project
The Ruby on Rails capstone project 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.
You will create a Ruby on Rails application that allows the user to:
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the money spent on each category.
The project requirements can be viewed here
- You should follow these design guidelines, including:
- Colors.
- Typography: font face, size and weight.
- Layout: composition and space between elements.
NOTE: In these design guidelines there are several UIs that you won't need for this exercise; also, some pages are not given a design and you will create them following the design guidelines of the other pages.
Watch the video
THe site is deployed using Koeyb here
- Languages: Ruby
- Framework: Ruby on Rails
- Database: PostgreSQL
Run the following commands:
git clone https://github.com/Hombre2014/Budget.git
cd Budget
bundle install
rails s
Open a browser and go to: https://localhost:3000
to view the app.
To start with clean database use:
cd Budget
rails db:drop db:create db:migrate
cd Budget
run rspec
👤 Yuriy Chamkoriyski
- GitHub: @Hombre2014
- Twitter: @Chamkoriyski
- LinkedIn: axebit
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
The original design idea by Gregoire Vella on Behance under Creative Commons license of the design. License
This project is MIT licensed.