Django DRF with SQLite Basic CRUD API for Employees and Department using Django DRF. Deployed using Gunicorn Server
docker ps
docker compose up --build -d
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