/My-Budget

My Budget: is a web-based rails application designed to help users manage their finances and track their expenses. It provides features such as user signup and login functionality to ensure secure access to personal budget information. The application allows users to create and manage categories. Categories represent different types of expenses.

Primary LanguageRubyMIT LicenseMIT

💰 My Budget

My Budget: is a web-based rails application designed to help users manage their finances and track their expenses. It provides features such as user signup and login functionality to ensure secure access to personal budget information. The application allows users to create and manage categories. Categories represent different types of expenses.

🚀 Live Demo

Tech Stack

Client
Testing
Linter

Key Features

  • Sign up or log in
  • Create a category
  • Create an expense

(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, Rails, and postgres installed on your machine.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Salwa99/My-Budget.git
  cd My-Budget

Installation

Install this project with:

  bundle install

database

Create databases and run the migrations with:

  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:

  rails db:create RAILS_ENV=test
  rails db:schema:load RAILS_ENV=test
  bundle exec rspec spec

(back to top)

✍️ Authors

👤 Salwa Ballouti:

(back to top)

🔭 Future Features

  • Add edit/delete category
  • Add better UI
  • Create 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, please consider giving it a 🌟.

(back to top)

🙏 Acknowledgments

This app was designed based on an original design idea by Gregoire Vella on Behance. I would like to thank Gregoire Vella for this inspiring design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)