Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olipliche/budget-app
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/olipliche/budget-app
database postgresql rails ruby sql
Last synced: 27 days ago
JSON representation
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/olipliche/budget-app
- Owner: OLIPLICHE
- Created: 2022-01-10T22:55:12.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-15T23:09:04.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T04:27:01.437Z (over 1 year ago)
- Topics: database, postgresql, rails, ruby, sql
- Language: Ruby
- Homepage:
- Size: 445 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
## Built With
- Ruby on Rails
- PostgreSQL
- Live Link
- Getting Started
To get a local copy up and running follow these simple example steps.## Prerequisites
- Ruby
- Rails
- Setup
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory
- Install
- bundle install
- Database# Create user
sudo -u postgres createuser recipe_app -s# Create the database
rails db:create## Apply migration
rails db:migrate# Load the schema
rails db:schema:load
Run
rails s
Test
rspec
Troubleshoot### Rspec failing
RAILS_ENV=test rake db:reset### New Scaffold
rails g scaffold_controller model### Undo migration
rake db:migrate VERSION=0## Author
👤 Olipliche Mavoungou Paka- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn🤝 Contributing
Contributions, issues, and feature requests are welcome!- Feel free to check the issues page.
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- Microverse
- Original design idea by Gregoire Vella on Behance.
- License MIT