├── docker-compose.yaml # Docker Compose configuration ├── Dockerfile # Docker build file for Django ├── manage.py # Django management script ├── nginx │ └── nginx.conf # Nginx configuration file ├── ...
A beginner-friendly Django web app where users can share, browse, and manage recipes.Supports user authentication, recipe creation, editing, deletion, and search by ingredients or title. django-recipe ...