Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailsg/rails-budget-app
It 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/mailsg/rails-budget-app
cancancan devise postgresql ruby ruby-on-rails
Last synced: 7 days ago
JSON representation
It 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/mailsg/rails-budget-app
- Owner: mailsg
- Created: 2023-09-18T04:26:57.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-21T14:50:08.000Z (over 1 year ago)
- Last Synced: 2024-12-08T14:41:22.335Z (2 months ago)
- Topics: cancancan, devise, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 860 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpendWise
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [👩💻 Presentation](#Presentation)
- [💻 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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Budget App** project is about building 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.
Ruby
Rails
PostgreSQL
- **Register and log in, so that the data is private to them.**
- **Introduce new transactions associated with a category.**
- **See the money spent on each category.**
## 🚀 Live Demo
[Live Demo](https://budgetapp-sandeep.onrender.com)
## 🚀 Project Presentation
[Presentation](https://www.loom.com/share/4aad897f0c5c47c9815cfdda61f38720?sid=3a490a72-29b2-4221-9cd0-ae0f2652136b)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:mailsg/Rails-Budget-App.git
cd Rails-Budget-App
```
### Install
Install this project with:
```sh
cd Rails-Budget-App
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)
- [ ] **Profile Section**
- [ ] **News Section**
- [ ] **Community Forum**
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/mailsg/Rails-Budget-App/issues](../../issues/).
If you like this project give me a follow and/or a star
I would like to thank Microverse for giving me this opportunity to build this amazing project.
I would also like to thank **Gregoire Vella** for the wonderful design template. I would also like to thank my mentors for their guidance and support. Lastly, I would like to thank the open-source community for their contribution to the open-source ecosystem. Without their contribution, creating this project would not have been possible. Thank you all. 🙏
This project is [MIT](./MIT.md) licensed.