The Online Polling System is built for teachers to help them during online lectures. The aim of this project is to create online poll system-based study software for students to enhance their teaching understanding and push their knowledge Students can use this software on any platform as it is a open-source software It comes with low system requirements. By student user perspective only a code has to be entered.
• It will make students more attentive.
• It will facilitate the learning experience of students.
• The software will bemuch more accessible and user friendly for students as it has simpler UI.
• It could be used by all standard level of students due to its easy usage.
• It would garner the attention of a lot of education faculty due to its features.
• It will make teaching easy for teachers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
python== 3.5 or up and django==3.1.1 or up
Open terminal and type
git clone https://github.com/orvil1026/Online-polling-system.git
https://github.com/orvil1026/Online-polling-system/archive/master.zip
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Then go to http://127.0.0.1:8000/home in your browser