- Full frontend blog features
- Total views count
- Like functionality
- Total like count of single post
- Comment and reply comment functionility
- Time of read the post with string counting
- Generate Contents of post with jquery
- Ck-Editor with code Snippet
First, clone the repository to your local machine:
git clone https://github.com/MdShohanurRahman/Djanog-MyBlog.git
First of all active the virtual env
Then install the requirements:
pip install -r requirements.txt
Finally, run the development server:
python manage.py runserver
The project will be available at 127.0.0.1:8000.