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

https://github.com/milen-ale/budget-app

Budget-App is a mobile web application where you can manage your budget and have a list of transactions associated with a category so that you can see how much money you spend and on what.
https://github.com/milen-ale/budget-app

css3 pgadmin4 postgresql rubyonrails

Last synced: 4 months ago
JSON representation

Budget-App is a mobile web application where you can manage your budget and have a list of transactions associated with a category so that you can see how much money you spend and on what.

Awesome Lists containing this project

README

          

logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:card_index: Entity Relationship Diagram](#er-diagram)
- [🚀 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

![blog-gif](https://thumbs.gfycat.com/ForkedGoldenAzurevase-size_restricted.gif)

**Budget App** Budget App Ruby on Rails mobile layout project for tracking expenses for a user according to categories. This project was built to satisfy the Microverse Module 5 capstone and is MIT Licensed.

## 🛠 Built With

### Tech Stack

Client


  • HTML, CSS

  • JavaScript

Server


  • Ruby on Rails

Database

### Key Features

- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**

(back to top)

## :card_index: Entity Relationship Diagram

![er-diagram](https://raw.githubusercontent.com/microverseinc/curriculum-rails/main/recipe-app/images/recipe_erd_2_members.png?token=GHSAT0AAAAAABWPJ5Q7KRXIB2BDG3CLB4GCY4YIABA)

## 🚀 Live Demo

- [Live Demo Link](https://budget-app-fz3u.onrender.com)

(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:
`Git` and `Ruby`

```
gem install rails
```

### Install

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server or rails s
```

(back to top)

## 👥 Author

👤 **Milen Alebel**

- GitHub: [@milen-ale](https://github.com/milen-ale)
- Twitter: [@milenalebel2](https://twitter.com/milenalebel2)
- LinkedIn: [milen-alebel](https://www.linkedin.com/in/milen-alebel/)

(back to top)

## 🔭 Future Features

- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:

- [Microverse](microverse.org)
- [behance](https://behancewww..net/gregoirevella)
- Code Reviewers

(back to top)

## ❓ FAQ

- **[Question_1d]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## 📝 License

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

(back to top)