Budget App

📗 Table of Contents

📖 Budget App

The Budget Expenses App is a classic example of a budget website, that helps you keep track of your expenses.It provides a user-friendly interface that allows individuals to record their expenses in different categories and track them over time. The app is built using Ruby on Rails following this design by Gregoire Vella.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Use database migration files to maintain database schema.
  • Use Devise gem for authentication
  • Limit access to web app resources based on authorization rules

(back to top)

🚀 Live Demo

(back to top)

📺 Presentation

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/SaneMyburg/Budget-Appt.git
  cd Budget-App

Install

Install thr project dependencies with:

  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run all tests, including unit and integration tests, run the following command:

  rspec spec

Deployment

You can deploy this project using:

  N/A

(back to top)

👥 Authors

👤 Sane

(back to top)

🔭 Future Features

  • Deployement
  • Add API endpoints.
  • API documentation.
  • Add more features.

(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 and want to support me make cooler projects Give this project a Star.

(back to top)

🙏 Acknowledgments

  • I would like to thank the Microverse team for their invaluable resources.
  • I would like to thank Gregoire Vella for the design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)