https://github.com/0xkibh/drf-auth
https://github.com/0xkibh/drf-auth
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xkibh/drf-auth
- Owner: 0xkibh
- Created: 2022-05-17T13:01:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T13:03:01.000Z (about 3 years ago)
- Last Synced: 2025-03-20T10:24:06.720Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Django POST Message API
## Tech Stack
- Django
- Django Rest Framework
- Postgres## Endpoint:
POST /api/messages/## Authentication:
Token Authentication## Additionals:
- I have implemented throtling
- I have implemented testing.