Skip to content

Django REST APIs with DRF Spectacular package for OpenAPI 3.0

Notifications You must be signed in to change notification settings

vasudev-gm/django_tutorial

Repository files navigation

django_tutorial using DRF and DRF Spectacular OpenAPI

Django DRF with SQLite Basic CRUD API for Employees and Department using Django DRF. Deployed using Gunicorn Server

Docker Compose Commands

Get running containers:

docker ps

Build and Run in detached mode:

docker compose up --build -d

To enter Bash Shell for migrating db changes or static files

docker exec -it bash

To view logs of container. You can pass head to view first N lines or tail to view last N lines specified by argument after head/tail

docker logs --tail 1000 -f

About

Django REST APIs with DRF Spectacular package for OpenAPI 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published