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

Primary LanguageRubyMIT LicenseMIT

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