budget-app

# Live Demo

link

erd_diagram

Screenshot from 2022-12-03 18-48-56

Screenshot from 2022-12-03 18-49-15

Screenshot from 2022-12-03 18-49-49

Screenshot from 2022-12-03 18-50-09

Screenshot from 2022-12-03 18-50-37

REQUIRED SECTIONS:

logo

budget-app

📗 Table of Contents

📖 Recipe App

The Ruby on Rails capstone project (remember what they are?) 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.

Recipe App is a…

🛠 Built With Ruby on Rails and PostgreSQL

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
Server
Database

Key Features

(back to top)

💻 Getting Started

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

Setup

Install

Usage

To run the project, execute the following command:

Deployment

Run the following command to install all dependencies.

$ bundle install $ code.

Database

To create your local Database

$ rails db: create $ rails db: migrate

Run tests

To install rspec, in the terminal kindly run this command

$ gem install rspec To run tests, please run this command

$ rspec ./spec/#{filename}_spec.rb To run all tests, please run this command

or $ spec

👥 Authors

👤 Karam Fouad

(back to top)

🔭 Future Features

(back to top)

🤝 Contributing

CContributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

(back to top)

Video Demo

loom video

Design Template

📝 License

This project is MIT licensed.

(back to top)