Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryowusu/budgetmanager
Budget Manager is a Ruby on Rails capstone project 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. The application 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.
https://github.com/jerryowusu/budgetmanager
authentication authorization capybara postgresql rspec ruby-on-rails
Last synced: about 1 month ago
JSON representation
Budget Manager is a Ruby on Rails capstone project 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. The application 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.
- Host: GitHub
- URL: https://github.com/jerryowusu/budgetmanager
- Owner: jerryowusu
- License: other
- Created: 2022-06-27T18:40:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T11:34:51.000Z (over 2 years ago)
- Last Synced: 2024-11-09T22:16:25.992Z (3 months ago)
- Topics: authentication, authorization, capybara, postgresql, rspec, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget Manager
Budget Manager is a Ruby on Rails capstone project 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. The application 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.## Installation
* Ruby
* Rails
* Postgresql[zoom Video](https://drive.google.com/file/d/1UyQRIaSCpa0_XA_WQLkAGXXtFAaCz2PR/view?usp=sharing)
[live Demo](https://budget-manager1.herokuapp.com/)
## Clone Project
- STEP 1:
- git clone `https://github.com/jerryowusu/BudgetManager.git`
- STEP 2:
- `cd BudgetManager` in your terminal
- STEP 3:
- run `rails server` or `rails s` in your terminal
- STEP 4:
- visit `localhost:3000` on your browser### Run Test
- To run models tests
```bash
rspec spec/or
bundle exec rspec spec/
```## Technologies Used
* Language (Ruby on Rails)
* PostgreSQL## Installation
* Ruby
* Rails
* Postgresql## 👤 Author
Jerry Owusu- GitHub: [@jerryowusu](https://github.com/jerryowusu)
- Twitter: [@JerryOwusu](https://twitter.com/JerryOwusu)
- LinkedIn: [Jerry Owusu](https://linkedin.com/in/Jerry-Owusu-5430065b)## Contributing :handshake:
Contributions, issues, and feature requests are welcome!## Show your support
Give a :star: if you like this project.## Acknowledgments
- Hat tip to anyone whose code was used
- Thanks to [Microverse](https://www.microverse.org/)
- Great thanks to [Gregoire Vella on Behance](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) for design template.## License :memo:
This project is [MIT](LICENCE) licensed