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

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

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)

# 📖 [budgetApp]

> 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

## 🛠 Built With

### Tech Stack

> Ruby on rails

Client

Server

Database

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

### Key Features

> Below are the key features of the application.

- **[Homepage]**
- **[Login and sign up form]**
- **[category and transactions]**

(back to top)

- [Live Demo Link](https://vigehi.github.io/budget-app/)

(back to top)

## 💻 Getting Started

> 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:

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Edith oga**

- GitHub: [@vigehi](https://github.com/githubhandle)

(back to top)

## 🔭 Future Features

> Below are future features that i will add to my project

- [ ] **[Category Api token]**
- [ ] **[Transactions Api token]**
- [ ] **[Users]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## FutureFeaatures

> More bootstrap on the project

## 🙏 Acknowledgments

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).

(back to top)

## ❓ FAQ

> 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]

(back to top)

## 📝 License

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._

(back to top)