https://github.com/shanu-shahbin/task-management-using-api
A simple task management REST API built with Django and Django REST Framework. This API allows users to create, read, update, and delete tasks, with support for user registration, Searching and authentication using JWT.
https://github.com/shanu-shahbin/task-management-using-api
django django-rest-framework jwt-authentication postgresql postman
Last synced: 4 months ago
JSON representation
A simple task management REST API built with Django and Django REST Framework. This API allows users to create, read, update, and delete tasks, with support for user registration, Searching and authentication using JWT.
- Host: GitHub
- URL: https://github.com/shanu-shahbin/task-management-using-api
- Owner: shanu-shahbin
- Created: 2024-10-16T09:25:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:08:06.000Z (9 months ago)
- Last Synced: 2025-03-30T18:12:34.460Z (4 months ago)
- Topics: django, django-rest-framework, jwt-authentication, postgresql, postman
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task Management API
A simple task management REST API built with Django and Django REST Framework. This API allows users to create, read, update, and delete tasks, with support for user registration, Searching and authentication using JWT.
/ - Retrieve, update, or delete a task (requires authentication).## usage
- You can use tools like Postman or curl to test the API endpoints.
- Ensure you include the JWT token in the Authorization header as:
```bash
Authorization: Bearer## License
-This project is licensed under the MIT License.
## output screenshots
- Listed all the tasks using GET
- Searching the tasks using title, task progress
- Using post adding new tasks

- JWT authentication and using bearer token
- Postgresql structure
