Quora like application using django.
- pip install -r requirements.txt
- cd Qoura-clone
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- Access admin panel by creating superuser :-> python manage.py createsuperuser
-- User have to register to ask doubts/questions
-- Email Verificaton Feature.(Not yet implemented)
-- User can login by entering his/her username and password.
-- Social Authentication Feature
-- Forgot Password Feature
-- User's question are also shown.
-- User can edit his profile
-- All questions are shown with most recent on top
-- User can ask his/her question.
-- Full Detail of the question shown
-- Like/Dislike FEature
-- Add to favourites/Remove from favourites Feature.
-- Edit Delete Feature of questions
-- Nested Comment Reply Feature
-- User's Favourite Questions are shown