Skip to content

Simple implementation of "Likes" in Django REST framework

Notifications You must be signed in to change notification settings

Falco13/django_likes_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages