Book an area with Django. You may book any area of any college through the portal.
For development, you will need Django, Python and some basic HTML and CSS and a Django installed in your system.
https://www.geeksforgeeks.org/django-introduction-and-installation/
$ git clone https://github.com/YOUR_USERNAME/PROJECT_TITLE
$ cd PROJECT_TITLE
$ python manage.py runserver
after executing the command visit 127.0.0.1:8000/areas for the main portal
after executing the command visit 127.0.0.1:8000/admin for the admin portal
In order to run the project successfully and send the email successfully to the person who is the owner of the area then make the following configurations:
Replace your_email@gmail.com with the email you want to send the mail from
Replace your_password with the password of the respective email
Enable less Secure app access in the gmail account settings of the email you want to send the mail from.
Now the project is all set to run enjoy!!!!