Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muskan2532150/budget-app
Budget App is about building a mobile web application where you can manage your budget: It has a list of transactions associated with a category so that you can see how much money you spent and on what.
https://github.com/muskan2532150/budget-app
bootstrap devise petergate postgresql render ruby-on-rails
Last synced: 30 days ago
JSON representation
Budget App is about building a mobile web application where you can manage your budget: It has 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/muskan2532150/budget-app
- Owner: muskan2532150
- Created: 2023-01-10T12:33:43.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-14T16:36:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T02:41:10.759Z (about 2 months ago)
- Topics: bootstrap, devise, petergate, postgresql, render, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-app-3fv5.onrender.com/
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Budget App Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 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)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Budget app]** is a project from the fifth module of the Microverse program. It's the capstone project of its module and it consists of a web application that tracks your expenses.
Client
Database
- [live demo]()
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your local machine
- [Install Ruby on Rails](https://guides.rubyonrails.org/v5.1/getting_started.html)
### Setup
Clone this repository to your desired folder:
- Clone [this repository](https://github.com/muskan2532150/Budget-App.git)
### Install
Install this project with:
```
gem install bundler
```
Then run:
```
bundle install
```
### Usage
To run the project, execute the following command:
```
rails s
```
Open browser with `localhost:3000`
### Run tests
To run tests, run the following command:
- rspec .
👤 **Muskan Gupta**
- GitHub: [@Muskan-Gupta](https://github.com/muskan2532150)
- Twitter: [@Muskan Gupta](https://twitter.com/muskan2532150)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/muskan-gupta-869165225/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project make sure to give it a star
- [Microverse](https://www.microverse.org/)
- Original design idea by: [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- [Creative Commons](https://creativecommons.org)
This project is [MIT](./LICENSE) licensed.