Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkaleth/budget-app
This project is a Full Stack mobile web application built in Ruby on Rails where you can manage your budget: you have a list of transactions associated with a category so that you can see how much money you spent and on what.
https://github.com/nkaleth/budget-app
boostrap5 deployment flyio ruby-on-rails
Last synced: 7 days ago
JSON representation
This project is a Full Stack mobile web application built in Ruby on Rails where you can manage your budget: you have a list of transactions associated with a category so that you can see how much money you spent and on what.
- Host: GitHub
- URL: https://github.com/nkaleth/budget-app
- Owner: Nkaleth
- License: other
- Created: 2023-05-29T14:57:08.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-06-05T21:38:33.000Z (over 1 year ago)
- Last Synced: 2025-01-19T13:03:33.449Z (13 days ago)
- Topics: boostrap5, deployment, flyio, ruby-on-rails
- Language: Ruby
- Homepage: https://finance-friend.fly.dev/
- Size: 1.83 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ ](#faq)
- [📝 License](#license)**Budged-app** is a project about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Client
Server
Database
> Describe between 1-3 key features of the application.
- **Use database migration files to maintain database schema.**
- **Build a webapp that requires the user to log in.**
- **Use devise gem for authentication.**
- **Use cancancan gem for authorization.**
- **Follow wireframe for design.**
- **Deploy the app**
- [Live Version](https://finance-friend.fly.dev/)
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup
Clone this repository to your desired folder:
```
git clone [email protected]:Nkaleth/budget-app.git
cd Recipe-app
```
### Install
```sh
bundle install
```
```sh
npm install
```
```sh
rails assets:precompile
```
### Usage
To run the project, execute the following command:
```sh
rake db:drop db:create db:migrate db:seed
rails server
```
> Mention all of the collaborators of this project.
👤 **Nilton Segura**
- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)
> Describe 1 - 3 features you will add to the project.
- **Complete Desktop Version**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project feel free to fork it and use it as you need and don't forget to start it!.
I would like to thank [Gregoire Vella](https://www.loom.com/share/f709065456fe47d99adc66c34aaea9f5) for the idea of the design.
- **Can I use the project for any purpose?**
- Yes, you can use this files for anything you need
- **Do I need to ask for permission?**
- No need to ask for permission.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._