https://github.com/lawmsangi/budget-app
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.
https://github.com/lawmsangi/budget-app
bootstrap rails ruby-on-rails
Last synced: 10 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lawmsangi/budget-app
- Owner: Lawmsangi
- License: mit
- Created: 2024-01-08T10:41:47.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-13T05:18:53.000Z (over 2 years ago)
- Last Synced: 2024-08-23T19:58:25.860Z (almost 2 years ago)
- Topics: bootstrap, rails, ruby-on-rails
- Language: Ruby
- Homepage: https://my-budget-app-1tru.onrender.com/
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🎥 Live Video](#live-video)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
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.
Postgresql
ruby on Rails
Bootstrap 5
- **Show Category List**
- **Add new Category by the User**
- **Show Payments list by latest**
- **Add new Payment by the User**
- [Live video Link](https://www.loom.com/share/17c44c26cee743ef911c01f6a1f4f2c0)
- [Live Demo Link](https://my-budget-app-1tru.onrender.com/)
-->To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
[Ruby] (https://rubyinstaller.org/downloads/)
Rails: gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Lawmsangi/budget-app.git
```
### Install
Install this project with:
```sh
cd budget_app
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
Example command:
```sh
rspec ./spec
```
👤 **Lawmsangi Varte**
- GitHub: [@githubhandle](https://github.com/Lawmsangi)
- Twitter: [@twitterhandle](https://twitter.com/mamy_22_zayn)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lawmsangi-varte-baa429244/)
- [ ] **Search feature**
-[ ] **Archive transactions**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lawmsangi/budget-app/issues).
If you like this project please feel free to check it out on my GitHub and give me a star thanks.
I would like to thank Microverse, my learning partners for the support upon the completion of this project.
I would also like to give a big thanks to Gregoire Vella for this design he provided on behance.
This project is [MIT](./LICENSE) licensed.