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.
- Host: GitHub
- URL: https://github.com/milen-ale/budget-app
- Owner: milen-ale
- Created: 2022-12-19T08:18:37.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-02T14:58:32.000Z (over 3 years ago)
- Last Synced: 2025-02-13T13:52:57.274Z (over 1 year ago)
- Topics: css3, pgadmin4, postgresql, rubyonrails
- Language: Ruby
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
- [: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** 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.
Client
- HTML, CSS
- JavaScript
Server
- Ruby on Rails
Database
- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**
## :card_index: Entity Relationship Diagram

- [Live Demo Link](https://budget-app-fz3u.onrender.com)
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
```
👤 **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/)
- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank:
- [Microverse](microverse.org)
- [behance](https://behancewww..net/gregoirevella)
- Code Reviewers
- **[Question_1d]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./MIT.md) licensed.