You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Django REST API built for an internship assignment to manage clients and projects. Implements user authentication, client-project relationships, CRUD operations via Django REST Framework, and integrated Postman test collection. Backend uses MySQL, with clean URL routing, serializers, and viewsets for scalable development.