An open API service indexing awesome lists of open source software.

https://github.com/falco13/django_likes_api

Simple implementation of "Likes" in Django REST framework
https://github.com/falco13/django_likes_api

django django-framework django-rest-framework like likes python python3 rest-api restapi

Last synced: 17 days ago
JSON representation

Simple implementation of "Likes" in Django REST framework

Awesome Lists containing this project

README

        

# 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:__
:heavy_check_mark: Python
:heavy_check_mark: Django REST Framework
:heavy_check_mark: SQLite database