threaded comments application.
Table of Contents
This is a threaded comment application .As per codingal backend assesment task requirement .
I have made a django webapp for implementing threaded comment functionality . I have choosen a theam of open form discussion and implemented accordingly .The user can see the multiple open discussion form where people can comment their opnion and discuss things with the world .
User can read everyones comments and login to write comment or reply to others comments . Admin can delete any single or whole thread of comments by deleting the parent comment or by deleting the form/page itself.Admin can delete all comment by deleting the page itself. Admin can also edit comments .
These are the tech stack i have used to build this
Follow the below instruction to run the project in your system
-
Clone the repo
git clone https://github.com/montukv/CommentAPI.git
-
CommentAPI folder
cd commentAPI -
Install packages
pip install -r requirements.txt
-
configure database
python manage.py makemigrations python manage.py migrate
-
Run django application
python manage.py runserver
-
Login to admin '/admin'
ID :- montu Pass :- 1234
NOTE:- User can't comment if now logged in but can read the comments .
-
Now you can comment on pages Go to '/'
Distributed under the MIT License. See LICENSE for more information.
Name-Montukeshwar Vaishnaw - Montukeshwar@gmail.com