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
- Host: GitHub
- URL: https://github.com/richardchileya/budget-app
- Owner: RichardChileya
- License: mit
- Created: 2023-02-20T19:40:35.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-25T08:42:04.000Z (over 2 years ago)
- Last Synced: 2025-01-13T16:51:19.546Z (9 months ago)
- Topics: authentication, authorization, cancancan, css3, postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**[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
Client
- HTML
- CSS
Server
Database
- **Authentication with devise**
- **Nested routing**
- [Live Demo](https://budget-app-3c3n.onrender.com)
- [Video](https://drive.google.com/file/d/16oDY-3v6GjoWdDSYWB2Khpmdg_u8z9xG/view?usp=sharing)
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
```
👤 **Richard Chileya**
- GitHub: [@RichardChileya](https://github.com/RichardChileya)
- Twitter: [@RichardChileya](https://twitter.com/RichardChileya)
- LinkedIn: [Richard Chileya](https://www.linkedin.com/in/RichardChileya/)
- **implement search bar**
- **implement authorization for family or group use**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/RichardChileya/budget-app/issues).
If you like this project, do give it a star ⭐
We would like to thank all reviewers who helped improve the quality of our codebase
This project is [MIT](https://github.com/RichardChileya/budget-app/blob/dev/LICENSE) licensed.