This repository contains the source code for a basic Recipe App API built with Django and Python.
It was developed as part of a Udemy course on Django backend development and demonstrates key concepts such as API creation, model management, and authentication.
The app provides RESTful endpoints to manage recipes, allowing users to create, update, and view recipe details.
It includes models, serializers, and views built with the Django REST Framework.