A Django based Website for booking halls in our college. The features in the web app include:
• Created an app that allows users to login via google sign in and book halls either on the basis of event dates or on the basis of the hall required for their event
• They can see and manage their existing bookings and also cancel them.
• The superusers verify the bookings made by the users through email or the app itself.
• Available halls including all the details (capacity, availability time, location, etc. ) can also be viewed.
• Admin can add and remove users and halls.
• Build using Django, HTML, Bootstrap, Google API for authentication and authorization (using Auth 2.0)