This project is done by the Students' web committee of IIT guwahati. Developed a web based portal where students could apply under a professor for research internships. Professors have been given the power to filter the students as per their needs like filtering students according to their departments,cpi. Students then browse through the projects and apply for the suitable project for which they are eligible by submiting their resume. Via SMTP(Simple mail transfer Protocol) a mail is sent to the professor as soon as a student applies for his/her project. Professor can see his not assigned,ongoing and completed projects and the team members for a given project on the portal.
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install Django
Execute the following command from your ~/shodh-internportal directory in terminal.
python3 manage.py runserver