Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwentsir/quick-budget-app
A mobile web application to manage your budget.
https://github.com/kwentsir/quick-budget-app
capybara-rspec rails rspec ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
A mobile web application to manage your budget.
- Host: GitHub
- URL: https://github.com/kwentsir/quick-budget-app
- Owner: Kwentsir
- Created: 2022-09-19T22:25:34.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-23T11:41:45.000Z (over 2 years ago)
- Last Synced: 2024-10-28T17:15:18.318Z (3 months ago)
- Topics: capybara-rspec, rails, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Quick Budget App
A mobile web application to manage your budget.
## Demo
Check out the live app [here](https://quick-budget-app.herokuapp.com/users/sign_in)
Check out the video presentation of the app functionality [here](https://www.loom.com/share/d60814794a184bfc99cf161816b735eb)
## Built With
- Ruby on Rails
- PostgresSQL## Getting Started
To get a local copy up and running follow these simple example steps.
- Copy this link `https://github.com/Kwentsir/Quick-Budget-App.git`.
- Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write `git clone https://github.com/Kwentsir/Quick-Budget-App.git`.
- Go to the repository folder in your command prompt `cd Quick-Budget-App`.
- run `bundle install` to install dependencies
- run `rails db:setup db:create db:migrate` to set up your database environment.
- run `rails s` to start the local app.
- run `rspec` to run the tests.## Authors
👤 **Joseph Kwesi Kwentsir**
- GitHub: [@Kwentsir](https://github.com/Kwentsir/)
- Twitter: [@jkwentsir](https://twitter.com/jkwentsir)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/josephkwentsir/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This web application UI design was inspired by [Gregoire Vella on Behance.](https://www.behance.net/gregoirevella)
## 📝 License
This project is [MIT](./MIT.md) licensed.