admirerbrown / ROR-budget-App

WALLET is an Ruby on Rails 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Wallet

WALLET is an Ruby on Rails 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.

πŸ›  Built With

Tech Stack

Server
Database

Key Features

The application allows the user to:

  • Register and log in, so that the data is private to them.
  • Introduce new transactions associated with a category.
  • See the money spent on each category.

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Video Walkthrough

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Ruby installed in your machine

  • gem install rails (Ruby gem)

Setup

Clone this repository to your desired folder:

  • git clone https://github.com/admirerbrown/ROR-budget-App.git
  • cd RoR-budget-App
  • bundle install
  • rails db:create
  • rails db:migrate

Usage

To run the project, execute the following command:

  • rails server

Run tests

To run tests, run the following command accordingly:

  • rails db:seed RAILS_ENV=test

  • rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Samuel Kyere

(back to top)

πŸ”­ Future Features

  • Add React frontend
  • Allow users to add notes

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project then don't forget to give a star star on this repository

(back to top)

🀝 Acknowledgement

(back to top)

πŸ“ License

This project is MIT licensed.

About

WALLET is an Ruby on Rails 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.

License:MIT License


Languages

Language:Ruby 70.1%Language:HTML 26.5%Language:CSS 1.7%Language:JavaScript 1.5%Language:Shell 0.2%