TransPay is 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..
The end result should follow the data model below (this is an Entity Relationship Diagram that you are already familiar with):
- Ruby on Rails
- Bootstrap
- JQuery
- Ruby
- Bubocop
- Gems
- Rspec
- Capybara
- FactoryBot
- Selenium-webdriver
- Bcrypt
- Letter-opener
- Faker
- cancancan
- Devise
To get a local copy up and running follow these simple example steps.
- Ruby should be installed on your machine
- Install Ruby on Rails and PostgresQL
git clone https://git@github.com:Tobinchilongo/Budget-App.git
cd Budget-App
bundle install
rails c
rake db:migrate
rake db:seed
rubocop -A
rails s
rspec spec (run all tests)
rspec spec/name_of_folder/name_of_file.rb (run specific tests)
- GitHub: @Tobinchilongo
- Twitter: @Tobin_Official
- LinkedIn: @Tobinchilongo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- An acknowledgment to Gregorie Vella on Behance, the author of the original design.
- Many thanks to Microverse
This project is MIT licensed.