https://github.com/paul-js-hub/budget
A mobile web application that allow users to manage their budget.
https://github.com/paul-js-hub/budget
postgresql rails ruby
Last synced: about 1 year ago
JSON representation
A mobile web application that allow users to manage their budget.
- Host: GitHub
- URL: https://github.com/paul-js-hub/budget
- Owner: Paul-js-hub
- Created: 2023-01-06T09:09:01.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-06T15:04:03.000Z (over 3 years ago)
- Last Synced: 2025-03-27T17:34:06.978Z (about 1 year ago)
- Topics: postgresql, rails, ruby
- Language: Ruby
- Homepage:
- Size: 229 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
> Budget app is a mobile web application that allow users to manage their budget.
## 🛠 Built With
- HTML & CSS
- Bootstrap
- JavaScript
- Ruby
- Ruby on Rails
- Rubocop
- Rspec
- Postgresql
Client
Server
Database
- [Live Demo Link](https://intense-headland-23669.herokuapp.com/)
- [Video Link](https://www.loom.com/share/4dbc5a8de9c6438dbb9ae8f873769665)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
gem install rails
### Setup
Clone this repository to your desired folder:
- https://github.com/Paul-js-hub/budget.git
- cd budget
### Install
Install this project with:
- bundle install
- npm install
- yarn install
- rails db:create
- rails db:migrate
### Usage
To run the project, execute the following command:
- ./bin/dev
### Run tests
To run tests, run the following command:
- bundle exec rspec
👤 **Paul Onchera**
- GitHub: [@paulonchera](https://github.com/Paul-js-hub)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paul-onchera/)
## 🔭 Future Features
- Add a delete button to remove a category
- Add an edit button to edit the transactions
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Paul-js-hub/budget/issues).
Give a ⭐️ if you like this project!
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- Hat tip to anyone whose code was used
This project is [MIT](./MIT.md) licensed.