An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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
:-----------------------------------------------------------:|:---------------------------------------------------------:
![screenshot](./app/assets/images/splash_screen.gif) | ![screenshot](./app/assets/images/login_page.png)
Transactions Page | Categories Page
![screenshot](./app/assets/images/transactions_page.png) | ![screenshot](./app/assets/images/categories_page.png)

# 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.