Setup your own blog
-
Clone the application
-
Run server ( you should have Django installed )
python manage.py runserver
Your server is now live on http://127.0.0.1:8000
- Head over to http://127.0.0.1:8000/blog
- 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.