https://github.com/chimwemwe-127001/budget-app
BudgeTly is a mobile web application that allows you to 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/chimwemwe-127001/budget-app
bootstrap5 cancancan capybara devise ruby-on-rails
Last synced: about 1 month ago
JSON representation
BudgeTly is a mobile web application that allows you to 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/chimwemwe-127001/budget-app
- Owner: Chimwemwe-127001
- License: mit
- Created: 2022-04-17T18:42:19.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-19T17:24:20.000Z (over 3 years ago)
- Last Synced: 2023-03-09T08:41:05.854Z (over 2 years ago)
- Topics: bootstrap5, cancancan, capybara, devise, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 6.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# BudgeTly
> BudgeTly is a mobile web application that allows you to 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.
----
_[Here](https://www.loom.com/share/4bc23cd75bc44f6d8c7563c24c516afd) is the link to the project presentation video_
_[Here](https://mighty-sierra-61747.herokuapp.com/) is the link to the live demo_
---
Splash Screen | Login Page
:-----------------------------------------------------------:|:---------------------------------------------------------:
 | 
Transactions Page | Categories Page
 | 
# Getting Started
_To get a local copy up and running follow these simple steps._
1. Clone the repo
```sh
git clone https://github.com/Chimwemwe-127001/budget-app.git
```
2. Goto project directory
```sh
cd budget-app
```
3. Configure `database.yml` in the config folder according to your postgreSQL configuration
4. Run app
```sh
rails server
```
or
```sh
rails s
```
# Testing
`bundle exec rspec` will run all the tests.
Also, you can run `bundle exec rspec spec/` to run specific tests.
You can also run `RAILS_ENV=test rspec spec/` to run the tests in test mode.
## Errors
If you encounter any errors, run the following commands.
- Run `rails db:drop db:create db:migrate` to drop, create and migrate a new database.
- Run `rubocop && rubocop -A` to check for and fix code errors.
# This project was built with
- Ruby on Rails
- PostgreSQL
- Bootstrap CSS Framework
# Authors
👤 **Chimwemwe-127001**
- Github : [@Chimwemwe-127001](https://github.com/Chimwemwe-127001)
- Twitter : [@chimwewme](https://twitter.com/chimwewme)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chimwewme-sinyinza)
# 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Donard97/recipe-app/issues).
# Show your support
Give a ⭐️ if you like this project!
# Acknowledgement
- Hat tip to anyone whose code was a source of inspiration.
- A big thanks to [@microverseinc](https://github.com/microverseinc).
- The design template provider [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
# 📝 License
This project is [MIT](./MIT.md) licensed.