It is a web app made using stacks django , javascript, html and css. The app allows students (users) to signup and then login to their account. Once Logged in they can ask questions (queries) in form of text and images. They can also view other questions posted by other users , answers to those questions and up/down vote of each thread. Students can also answer other users queries. So basically it is a collaborative platform like stackover flow for students to ease them doing their homework.
Use the package manager pip to install following packages. Django :-
pip install djangodjango_extensions
pip install django_extensionsPillow
pip install PillowOpen CMD in the main directory ie "Collaborative home works" Type following command in cmd
python manage.py runserverIt will give you a local url with which you can navigate to website
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.


