https://github.com/vigehi/budget-app
Budget app is about building a mobile web application where you can manage your budget, and how to go about it
https://github.com/vigehi/budget-app
psql rals ruby
Last synced: 4 months ago
JSON representation
Budget app is about building a mobile web application where you can manage your budget, and how to go about it
- Host: GitHub
- URL: https://github.com/vigehi/budget-app
- Owner: vigehi
- Created: 2023-01-10T17:41:45.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-30T20:35:33.000Z (about 3 years ago)
- Last Synced: 2025-02-26T08:24:41.586Z (over 1 year ago)
- Topics: psql, rals, ruby
- Language: Ruby
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Budget App
# 📗 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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
> Budget app is about building a mobile web application where you can manage your budget
**[budgetApp]**is about building a mobile web application where you can manage your budget
> Ruby on rails
Client
Server
Database
> Add a link to your deployed project.
> Below are the key features of the application.
- **[Homepage]**
- **[Login and sign up form]**
- **[category and transactions]**
- [Live Demo Link](https://vigehi.github.io/budget-app/)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:vigehi/buget-app.git
```
### Install
Install this project with:
```sh
cd budget-app
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
> Mention all of the collaborators of this project.
👤 **Edith oga**
- GitHub: [@vigehi](https://github.com/githubhandle)
> Below are future features that i will add to my project
- [ ] **[Category Api token]**
- [ ] **[Transactions Api token]**
- [ ] **[Users]**
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...
> More bootstrap on the project
I would like to thank Microverse and all our peers and colleagues there.
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[How to do a rails migration in changing a column]**
- [rails generate migration change_column :groups, :user_id, null: true]
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._