Skip to content

harshit4567/Smart-Faculty-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Faculty Portal

The project is a smart portal management for the faculty of any educational institute .

Features!

  • 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

Requirements

  • Django ( pip install django )
  • Beautiful Soup ( pip install beautifulsoup4 )
  • Flask
  • virtualenv
  • Pillow
  • Parser

Installation

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

Deployment

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

Screenshots

Login search signup user dashboard teaching Scraper student1 student2

Template - https://www.creative-tim.com/product/material-dashboard

License

MIT

About

A django based faculty portal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •