Build a functional prototype of a platform that gives students an array of digital academic and social tools to stay engaged with their studies, peers and broader university community during pandemic.
StudentStudyPortal is a portal with following features in its dashboard to make student's life easy and more manageable.
- Notes : Users can create text notes and refer them later, they are stored permanently until deleted.
- Homework: Users can add homeworks and assign them deadlines, they will be displayed prioritised by deadlines.
- Youtube Search: Users can perform Youtube search and select desired video to play it on youtube.
- To Do: Users can add to-do lists for their day and remove them as the work is finished.
- Books: Users can browse books from a list of neatly organised book menu.
- Dictionary: Users can enter a word, and the meaning will be displayed along with its phonetic description instantaneously.
- Wikipedia: Users can search wikipedia to get fast results.
- Expense Tracker: A virtual wallet is implemented to help the users to manage their expenses and keep track of it.
- Profile : This will display all the pending todos and homeworks to the users.
- Python
- Django
- Bootstrap
- JavaScript
- Django
- django-crispy-forms
- youtubesearchpython
- wikipedia
- Dictionary API
- Google e-books API
The Secret_Key required for the execution and debugging of project is not removed from the project code.
python django_web_app/manage.py makemigrations
python django_web_app/manage.py migrate
python django_web_app/manage.py runserver
In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/
- Username : root
- Password : 1234 In your web browser enter the address : http://127.0.0.1:8000/admin to view the database structure