This project implements an API application for a blog site using Django and Django REST. It has models, url endpoints, and api views that support CRUD operations such as author creating articles, and readers can read, comment on, and like said articles.
The application consists of the following models:
- Reader
- Author
- Article
- Comment
- articles/
- articles/slug