Skip to content

Latest commit

 

History

History
142 lines (90 loc) · 3.4 KB

README.md

File metadata and controls

142 lines (90 loc) · 3.4 KB

📗 Table of Contents

📖 Budget App

Budget App is a Ruby on Rails capstone project which you can create new categories, you can write new transactions and deploy it the categories and finally you can control how much money you spend each category.

Video Link 🚀

Follow the link to see the video representation

Render Deploy 🚀

follow the link to see the deployment

🛠 Built With

HTML CSS JavaScript Ruby PostgreSQL Ruby on Rails

Tech Stack

Key Features

  • CRUD Operations
  • Authentication
  • Authorization

(back to top)

💻 Getting Started

Prerequisites

To run this project you need the following dependencies:

  • Ruby: 3.2.2
  • Rails: 7.0.4.3+
  • PostgreSQL: 15.2+

Setup

  • Clone this repository to your local machine:
  git clone https://github.com/hetrox8/Budget_App.git
  cd Budget-app
  • Install dependencies:
  bundle install
  • Recreate Data Base:
  rake db:schema:load

Usage

To run the project, execute the following command in the terminal:

  cd Blog_app
  rails s  

👥 Author

👤 Suleiman Gacheru

(back to top)

🔭 Future Features

  • Add Authentication page
  • Add authorization rules.
  • Add API endpoints.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page] (https://github.com/hetrox8/Budget_App/issues)

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for giving me the opportunity to work on this project. Special thanks Gregoire Vella on Behance who shared his desing.

(back to top)

📝 License

This project is MIT licensed.

(back to top)