Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.52 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.52 KB

Quora-clone

Quora like application using django.

Setup

  1. pip install -r requirements.txt
  2. cd Qoura-clone
  3. python manage.py makemigrations
  4. python manage.py migrate
  5. python manage.py runserver
  6. Access admin panel by creating superuser :-> python manage.py createsuperuser

SignUp Page :

-- User have to register to ask doubts/questions

-- Email Verificaton Feature.(Not yet implemented)

Login Page :

-- User can login by entering his/her username and password.

-- Social Authentication Feature

-- Forgot Password Feature

Profile Page :

-- User's question are also shown.

Edit Profile Page :

-- User can edit his profile

Front Page:

-- All questions are shown with most recent on top

Ask Queation Page :

-- User can ask his/her question.

Question Detail Page:

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

Favourite Question Page :

-- User's Favourite Questions are shown