Skip to content

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

Notifications You must be signed in to change notification settings

0xCodeFuture/blog-django

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published