Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 473 Bytes

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.