/budget-app

Primary LanguageRubyMIT LicenseMIT

Budget App

πŸ“— Table of Contents

πŸ“– [Budget APP

Budget app is about building 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

πŸ›  Built With

  • Ruby
  • Ruby on Rails
  • RSpec, PostgreSQL

Tech Stack

Client
  • RUBY
  • RAILS

Key Features

  • User can create an account
  • User can login
  • User can create a transaction
  • user can create a category
  • user can view all transactions based on category

(back to top)

πŸš€ Live Demo

(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: A text-editor like VS code or Sublime Editor and a github account.

Setup

Clone this repository to your desired folder:

Example commands:

    git clone https://github.com/bancunguye66/budget-app.git
    cd budget_app

Install

Install this project with:

  cd budget_app
  bundle install (install all dependencies)

Usage

To run the project, execute the following command:

  • Open the terminal and execute
  rails s
  open on your browser "localhost:3000"

Run tests

  • On the terminal
 rspec spec ( to test the web application)

(back to top)

Deployment

You can deploy this project using:

  • render

(back to top)

πŸ‘₯ Authors

πŸ‘€ Aimable BANCUNGUYE

(back to top)

πŸ”­ Future Features

  • [API]
  • [Better UI design]

(back to top)

⭐️ Show your support

If you like this project,give it a ⭐️!!!

(back to top)

πŸ™ Acknowledgments

Thanks to everyone whose idea and codebase was used in this project. Moreso to other Micronauts who have actively offered their support in bug fixingπŸ™ I would like to express gratitude to Gregoire Vella, as per the Creative Commons license.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)