A Blog project that enables content publishing, reader engagement, and content discovery through comments, tags, search and sharing functionality. The application also includes SEO-focused features such as XML sitemaps and clean URL structures to improve content indexing and discoverability.
- Create and manage blog posts
- Tag-based content organization
- Comment system
- Share posts via email
- Search functionality
- Related post recommendations
- Pagination
- SEO-friendly URLs
- XML Sitemap generation
- Django Admin integration
- Python
- Django 5
- HTML
- CSS
- SQLite
- Docker
git clone https://github.com/obitouka/Blog-Project.gitcd Blog-Projectpip install -r requirements.txtpython manage.py migratepython manage.py runserver
