/budget_app

Primary LanguageRubyMIT LicenseMIT

Budget App

📗 Table of Contents

📖 Budget App

Budget App is a web app built with ruby on rails and uses postgresql database. It allowsa user to sign up, log in, create new groups and new records for their expenses(entities).

🛠 Built With

Tech Stack

Client

Key Features

  • The page is built with Ruby on Rails
  • Sign up and Log in Add groups (categories) and expenses

Live demo

Budget App

Presentation Video

Budget App

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Install Git
  • Install Ruby and Rails
  • Install Postgres
  • You can use your favorite CLI and code editor.

Setup

Clone this repository to your desired folder:

  cd budget_app
  git clone git@github.com/flemton/budget_app.git

Install

Install this project with:

  cd budget_app
  bundle install

Usage

To run the project, execute the following command:

  rails s

Your project should be displayed automatically on your web browser on this port: http://localhost:3000/, if don't open it manually.

(back to top)

👥 Author

👨🏼‍🚀 Alhassan Osman 🎵

(back to top)

🔭 Future Features

  • Edit groups and expenses
  • Search expenses

(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 on my GitHub Repo

(back to top)

🙏 Acknowledgments

I want to thanks to Gregoire Vella on Behance for providing the design guidelines used in this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)