The project is a smart portal management for the faculty of any educational institute .
- Interactive GUI for data updation
- Auto - creation of the faculty web page based on the data uploaded
- Web Scrapper to fetch data from the old faculty website based on a static template
- Django ( pip install django )
- Beautiful Soup ( pip install beautifulsoup4 )
- Flask
- virtualenv
- Pillow
- Parser
Install a virtaul environment to run the project Go the the Project Folder
$ pip install virtualenv
$ virtualenv venv
$ cd virtualenv
$ source /bin/activate
$ cd ..
For dependencies ...
$ pip install django
$ pip install beautifulsoup4
$ pip install flask
$ pip install Pillow
$ pip install lxml
Go to the SSL folder .
cd SSL_project
cd SSL
python manage.py runserver
By default, it will use port 8080 . To use any different port
python manage.py runserver 3128
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000
Template - https://www.creative-tim.com/product/material-dashboard
MIT