MudasirSherwani / Rails-Budget-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Budget App

πŸ“— Table of Contents

πŸ“– Rails Budget App

The project is 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

Tech Stack

BackEnd
Test
Database

Key Features

  • [Login / Registration page]
  • [Categories page]
  • [Transactions page]

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Video 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:

  • Ruby on Rail Knowledge
  • Object Oriented Programming(OOP) Knowledge
  • Vs Code
  • Github / Git Bash
  • install ruby
 sudo apt-get install ruby-full
  • install rails

      gem install rails
    
  • Install gems of rails

      bundle install
  • install postgresql

      sudo apt-get install postgresql postgresql-contrib libpq-dev

Setup

Clone this repository to your desired folder:

  git clone git@github.com:MudasirSherwani/Rails-Budget-App.git
  cd Rails-Budget-App

Prepare the database:

  • create database
  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:

  Rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Mudasir Sherwani

(back to top)

πŸ”­ Future Features

  • REST Full API

(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 give me a star.

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 69.2%Language:HTML 22.2%Language:CSS 4.0%Language:Batchfile 3.3%Language:JavaScript 1.4%