https://github.com/anny85-code/budget-app
This is a budget app that allows user to track different transactions and create new ones
https://github.com/anny85-code/budget-app
bootstrap capybara css devise heroku-deployment postgressql ruby-on-rails
Last synced: about 1 year ago
JSON representation
This is a budget app that allows user to track different transactions and create new ones
- Host: GitHub
- URL: https://github.com/anny85-code/budget-app
- Owner: Anny85-code
- License: mit
- Created: 2022-05-23T08:58:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T08:57:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T12:27:39.053Z (about 1 year ago)
- Topics: bootstrap, capybara, css, devise, heroku-deployment, postgressql, ruby-on-rails
- Language: Ruby
- Homepage: budget-app-anny85-code.vercel.app
- Size: 2.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget App
## Description
> The Budget app is 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.
## Live [Video](https://www.loom.com/share/907f420cec304a879128c3aa70946f31)
## Live preview from [heroku](https://budget-app-rail-0b47f5951d21.herokuapp.com/)
## Screenshot

## Built With
- Ruby on Rails
- Postgres
## Getting Started
### Get a local copy
- git clone the project
```bash
git clone https://github.com/Anny85-code/budget-app.git
```
```
cd budget-app
```
### Install the app
```
bundle install
rails db:migrate
```
### Run the seeder
```
rails db:seed
```
### Run the app
- To run the app
```
rails s
```
```
Visit http://localhost:3000/ in your browser.
```
### Run the tests
- To run the tests
```
rspec spec/models
rspec spec/views
```
## Authors
👤 **Aniekan udo**
- GitHub: [@Anny85-code](https://github.com/Anny85-code)
- Twitter: [@Annyudo8](https://twitter.com/Anny_udo8)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aniekan-udo-665b65213/)
## 🤝 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
- [x] Template by [Gregoire Vella on Behance.](https://www.behance.net/gregoirevella)
- Microverse
- Inspiration
- Colorlib
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.