/django_likes_api

Simple implementation of "Likes" in Django REST framework

Primary LanguagePython

django_likes_api

Django application with Posts and Like's for it

  • A simple django app with the ability to Like all Posts.

API end-points:

  • api/posts/
  • api/posts/id
  • api/posts/id/like
  • api-auth/

Used tools:
✔️ Python
✔️ Django REST Framework
✔️ SQLite database