1-CLone the github repo
2-Go to Terminal
3-Go to folder Stackoverflow_Clone_Project in termial
4-type-"pip install requirement.txt"
5-type-"python manage.py migrate"
6-type-"python manage.py createsuperuser"
7-type-"python manage.py runserver"
8-Go to browser and type "http://127.0.0.1:8000/"
1-Login,Register Logout
2-Ask Question
3-Answer Question
4-User can assign status if his/her question is solved
5-Search Questions
Website Link-https://stackoverflow-clone-project.herokuapp.com/