Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



logo

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

**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.

## 🛠 Built With

### Tech Stack

Ruby

Rails

PostgreSQL

### Key Features

- **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.**

(back to top)

## 🚀 Live Demo
[Live Demo](https://budgetapp-sandeep.onrender.com)

(back to top)

## 🚀 Project Presentation
[Presentation](https://www.loom.com/share/4aad897f0c5c47c9815cfdda61f38720?sid=3a490a72-29b2-4221-9cd0-ae0f2652136b)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Author

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)

(back to top)

## 🔭 Future Features

- [ ] **Profile Section**
- [ ] **News Section**
- [ ] **Community Forum**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [https://github.com/mailsg/Rails-Budget-App/issues](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

## 🙏 Acknowledgments

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. 🙏

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)