Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosmuerto/rails_budget_app
The Budget On Rails App is 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.
https://github.com/carlosmuerto/rails_budget_app
railway-deployment ruby ruby-on-rails
Last synced: 18 days ago
JSON representation
The Budget On Rails App is 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.
- Host: GitHub
- URL: https://github.com/carlosmuerto/rails_budget_app
- Owner: carlosmuerto
- Created: 2022-12-19T19:37:45.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-04-03T21:13:58.000Z (over 1 year ago)
- Last Synced: 2024-10-10T10:07:41.440Z (about 1 month ago)
- Topics: railway-deployment, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://railsbudgetapp-production.up.railway.app/
- Size: 369 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Budget On Rails App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget On Rails App ](#-ruby-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [configure postgresql database](#configure-postgresql-database)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
> The **Budget On Rails App** is 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..
[WEB PAGE LINK](https://budget-on-rails.onrender.com)
Back & Front END
Database
### Prerequisites
In order to run this project you need:
Example command:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
git clone [email protected]:carlosmuerto/rails_budget_app.git
cd rails_budget_app
```
### configure postgresql database
- edit 'config\database.yml' file with your username and password
### Install
Install this project with:
- install dependency
```sh
bundle install
```
- setup database
```sh
rails db:setup
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> just hit on my email.
### Original design idea by Gregoire Vella on Behance.
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._