/blog-django

A Django-powered blogging platform featuring user authentication, article creation, and a responsive frontend. Ideal for developers building content management systems with Django.

Primary LanguagePython

Blog Web app using Django

Setup your own blog

Guidelines to setup

  1. Clone the application

  2. Run server ( you should have Django installed )

python manage.py runserver

Your server is now live on http://127.0.0.1:8000

  1. Head over to http://127.0.0.1:8000/blog

TODO

  • Develop REST API for this
  • Host a web scrapper on this to parse content from Internet on given topic
  • Add MYSQL and MONGODB for backend
  • Write Test Cases.