Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 466 Bytes

File metadata and controls

19 lines (13 loc) · 466 Bytes

School Review Manager – Flask + MySQL

Features

  • Add and view school reviews
  • MySQL integration
  • Simple Bootstrap UI

Setup

  1. Install dependencies
    pip install -r requirements.txt

  2. Set up MySQL DB using reviews.sql

  3. Add your DB credentials to .env

  4. Run the app
    python app.py

🔗 Demo Walkthrough Video🎬 Click here to watch the demo