Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tanveerisonline/rails_final_capstone_project
- Owner: tanveerisonline
- License: mit
- Created: 2023-04-29T08:29:47.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-24T08:18:13.000Z (about 1 year ago)
- Last Synced: 2024-05-18T15:28:49.696Z (9 months ago)
- Topics: css3, html, rspec, rubocop, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)> 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/)
Server
- [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
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
👤 **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/)
- [ ] **implement some UX**
- [ ] **decent desktop design**
- [ ] **Implement the left side menu**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tanveerisonline/Rails_Final_Capstone_Project/issues)
Give a ⭐️ if you like this project!
## 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)
This project is [MIT](./LICENSE) licensed.