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
- Host: GitHub
- URL: https://github.com/falco13/django_likes_api
- Owner: Falco13
- Created: 2023-01-02T11:54:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T15:13:49.000Z (about 2 years ago)
- Last Synced: 2025-02-14T15:34:34.559Z (2 months ago)
- Topics: django, django-framework, django-rest-framework, like, likes, python, python3, rest-api, restapi
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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