https://github.com/ghilain/budget-app
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.
https://github.com/ghilain/budget-app
javascript ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ghilain/budget-app
- Owner: Ghilain
- Created: 2022-09-23T16:16:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T09:34:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T18:50:04.236Z (over 1 year ago)
- Topics: javascript, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...