Django REST Framework API (Student Data)
Developed a RESTful API using the Django REST Framework (DRF) in Python. The API provides endpoints for viewing and adding student data, demonstrating basic CRUD operations. It uses DRF's `APIView`, `ModelSerializer`, and `TokenAuthentication` for authentication.
Check Out Repository