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

https://github.com/richardchileya/budget-app

This project is a simple budget application built using Ruby on Rails. The application is designed to help users keep track of their income and expenses by allowing them to create and manage budgets. The application includes user devise authentication and cancancan authorization
https://github.com/richardchileya/budget-app

authentication authorization cancancan css3 postgresql ruby-on-rails

Last synced: 8 months ago
JSON representation

This project is a simple budget application built using Ruby on Rails. The application is designed to help users keep track of their income and expenses by allowing them to create and manage budgets. The application includes user devise authentication and cancancan authorization

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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [DavRich Recipe App]

**[Budget App]** is a full stack web app with which a user can add basic budget items and monitor their spendings, the application allows users to enter items and amounts to be spent on every item

## 🛠 Built With Ruby on Rails

### Tech Stack

Client


  • HTML

  • CSS

Server

Database

### Key Features

- **Authentication with devise**
- **Nested routing**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://budget-app-3c3n.onrender.com)
- [Video](https://drive.google.com/file/d/16oDY-3v6GjoWdDSYWB2Khpmdg_u8z9xG/view?usp=sharing)

(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:

- Ruby installed
- npm installed
- A terminal
- A Web browser

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/RichardChileya/budget-app.git
cd budget-app
```
### Install

Install this project with:

```sh
bundle install
rails db:create
rails db:migrate
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## 👥 Authors

👤 **Richard Chileya**

- GitHub: [@RichardChileya](https://github.com/RichardChileya)
- Twitter: [@RichardChileya](https://twitter.com/RichardChileya)
- LinkedIn: [Richard Chileya](https://www.linkedin.com/in/RichardChileya/)

(back to top)

## 🔭 Future Features

- **implement search bar**
- **implement authorization for family or group use**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/RichardChileya/budget-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project, do give it a star ⭐

(back to top)

## 🙏 Acknowledgments

We would like to thank all reviewers who helped improve the quality of our codebase

(back to top)

## 📝 License

This project is [MIT](https://github.com/RichardChileya/budget-app/blob/dev/LICENSE) licensed.

(back to top)