Quora-clone
Quora-clone copied to clipboard
Quora Clone using Django in backend and HTML , CSS, Bootstrap in frontend
Quora-clone
Quora like application using django.
Setup
- 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
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