Skip to content

Quora Clone using Django in backend and HTML , CSS, Bootstrap in frontend

License

Notifications You must be signed in to change notification settings

Sparsh-Bansal/Quora-clone

Repository files navigation

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

About

Quora Clone using Django in backend and HTML , CSS, Bootstrap in frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published