Welcome to the Unoccupied Room Finder App! This app provides real-time data on unoccupied rooms across different blocks and floors, enabling efficient room management based on specified time slots.
The Unoccupied Room Finder is a web application designed to assist students at VITAP University in locating available classrooms across three blocks (AB1, AB2, and CB). Users can easily select a day and time slot from a user-friendly dropdown interface. Upon selection, the application fetches real-time data to display unoccupied rooms, enhancing the campus experience by minimizing time spent searching for study spaces. The tool aims to foster a productive academic environment by providing quick access to available facilities.
- Python
- Flask: The micro web framework for Python
-
Clone the repository:
git clone https://github.com/unknownguy49/csi-urf-app.git cd csi-urf-app -
Install dependencies:
pip install -r requirements.txt
Run the Flask app in your local environment:
python app.pyAccess the app at http://127.0.0.1:5000.
Access the app at: https://csi-project-urf.vercel.app/