Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanveerisonline/rails_final_capstone_project

This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render.
https://github.com/tanveerisonline/rails_final_capstone_project

css3 html rspec rubocop ruby ruby-on-rails

Last synced: 13 days ago
JSON representation

This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render.

Awesome Lists containing this project

README

        


Budget App


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [Budget App ](#budget-app-)
- [video demo 🎥](#video-demo-)
- [Render Deploy 🚀](#render-deploy-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [Acknowledgments](#acknowledgments)
- [📝 License ](#-license-)

# Budget App

> This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render...

## video demo 🎥

[video demo here](https://drive.google.com/file/d/1GWKoI4yZv4qe8SMhO2Xa2YYCe_5TU3hg/view?usp=sharing)

## Render Deploy 🚀

[Live demo here](https://moneywise-vzr4.onrender.com/)

## 🛠 Built With

### Tech Stack

Server

back to top

## Key Features

- [x] register and log in
- [x] Add new category
- [x] Add new transactions associated with a category.
- [x] see the money spent on each category

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- `Ruby --version 3.2.2`
- `Ruby on Rails --version ~> 7.0.4`
- `Postgresql`

### Setup

Clone this repository to your desired folder:

```sh
cd your_desired_folder
git clone https://github.com/tanveerisonline/Rails_Final_Capstone_Project
```

### Install

Install this project gems with:

- After cloning type `cd budget-app`.
- Run `bundle install` to install all gems.

### Usage

To run the project, execute the following command:

- Run `rails db:create` to create a new database
- Run `rails db:migrate` to migrate the db and build the schema
- Run `rails s` to start the server

### Run tests

- Run `rspec` to run the tests

back to top

## 👥 Authors

👤 **Tanveer Ahmad**

- GitHub: [@tanveerisonline](https://github.com/tanveerisonline)
- Twitter: [Tanveer Ahmad](https://twitter.com/Tanveer98589023)
- LinkedIn: [Tanveer Ahmad](https://www.linkedin.com/in/tanveer-ahmad-899462211/)

back to top

## 🔭 Future Features

- [ ] **implement some UX**
- [ ] **decent desktop design**
- [ ] **Implement the left side menu**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tanveerisonline/Rails_Final_Capstone_Project/issues)

back to top

## ⭐️ Show your support

Give a ⭐️ if you like this project!

back to top

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- Credit to the original designer by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)

## 📝 License

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

back to top