Skip to content

SourceM7/Django-Recipe-API

Repository files navigation

Installation Guide

Docker Setup

Steps

git clone https://github.com/yourusername/yourproject.git
cd yourproject

docker-compose up -d

docker-compose exec web python manage.py migrate

docker-compose exec web python manage.py createsuperuser

Application runs at http://localhost:8000

API Documentation

API docs are generated with drf-spectacular and available at:

  • Swagger UI: http://localhost:8000/api/schema/swagger-ui/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors