houdamzari / BudgetApp

https://budgetapppp.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget app


πŸ“— Table of Contents

πŸ“– Budget app

This is a Budget app that serves adding transactions .

πŸ›  Built With

Ruby on Rails

Tech Stack

Server
Database

Key Features

  • A login page.
  • A registration page.
  • Managing budget

(back to top)

πŸš€ Live Demo

Not Deployed Yet.

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • To install ruby on your PC. You can read this documentation on how to do so
  • To install postgresql on your PC. You can read this documentation on how to do so
  • Know how to navigate directories or folders at the CLI.
  • Know how to get the URL(https/ssh) of a repository on GitHub.
  • You should have a code editor installed, preferably VSCode
  • In order to run this project you need:

Setup

In desired folder or directory in the CLI, run the command:

git clone git@github.com:houdamzari/BudgetApp.git

Navigate into the cloned folder or repository by running the command:

cd BudgetApp

If VsCode is your default code editor, run:

code .

You are all set up!

Install

Install this project with:

 bundle install

Usage

To setup the database, run

rails db:drop db:create db:migrate

To run the project, execute the following command:

ruby bin/rails server

Run tests

To run tests, run the following command:

  rspec spec spec/[filename.rb]

(back to top)

πŸ‘₯ Authors

πŸ‘€ Houda Mzari

(back to top)

πŸ”­ Future Features

(back to top)

⭐️ Show your support

If you like this project give us a ⭐

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

https://budgetapppp.onrender.com/


Languages

Language:Ruby 66.9%Language:HTML 24.8%Language:Batchfile 4.9%Language:JavaScript 2.2%Language:CSS 1.2%