Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 674 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 674 Bytes

Blog Sample made with Django

This is my first testing api made with Django. I mainly followed a tutorial by Mr. Corey Schafer.

https://www.youtube.com/watch?v=UmljXZIypDc&list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p

I added some more functionality like posting comments (with the option to approve or delete them), listing posts by categories, tags or date posted or inserting images to posts.

I tried many ways on the way and the traces of them might still remain that should be cleaned up later. Some functionalities need some more JavaScript(with React, maybe) to make them working in more decent manners, especially image uploads to posts, that I should work on soon.