Productivity Management API A Django REST Framework–based backend API for managing personal productivity tasks with token-based authentication. Each user can securely create, view, update, and delete their own tasks. Features: User authentication using Token-based Authentication Secure task management (tasks are user-specific) Create, read, update, delete (CRUD) tasks Django Admin dashboard for admin control RESTful API endpoints SQLite database (easy local setup) Tech Stack: Python Django Django REST Framework SQLite Token Authentication Authentication (Token-Based): Each user is assigned a unique token The token must be included in API requests Ensures users can only access their own tasks
vaanni47/productivity-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|