Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 812 Bytes

README.md

File metadata and controls

46 lines (20 loc) · 812 Bytes

Stack-overflow-clone

Steps

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/"

Planning

IMG_20211120_225717

pages

Functions

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/