GitHub
github.com › minhng92 › django-rest-example-docker
GitHub - minhng92/django-rest-example-docker: Django using REST framework plugin with Docker
$ git clone https://github.com/minhng92/django-rest-example-docker $ cd django-rest-example-docker $ docker-compose build # create admin user, fill in the admin user's password $ docker-compose run web bash -c "python manage.py makemigrations rest_example && python manage.py migrate && python manage.py createsuperuser --email admin@example.com --username admin" $ docker-compose up Go to http://localhost:8000 or http://localhost:8000/admin Log in with admin user: + Username: admin + Password: <the password you filled in at the step creating admin user>
Starred by 3 users
Forked by 6 users
Languages Python 98.5% | Dockerfile 1.5% | Python 98.5% | Dockerfile 1.5%
GitHub
github.com › yannikmesserli › django-rest-framework-docker
GitHub - yannikmesserli/django-rest-framework-docker
docker-compose up -d docker-compose run restapi python manage.py migrate docker-compose run restapi python manage.py createsuperuser · Then, django rest framwork will be available at docker-machine ip [your machine] on port 8000.
Starred by 34 users
Forked by 18 users
Languages Python 96.2% | Dockerfile 3.8% | Python 96.2% | Dockerfile 3.8%
Videos
40:32
Python CRUD Rest API in Python using Django, Django Rest Framework, ...
React and Django Rest Framework with Docker Compose
Dockerizing Your Django Rest Framework Project: Best ...
16:58
Dockerizing a Django REST Framework Project - YouTube
Add backend to Dockerized React Project with Django REST ...
GitHub
github.com › Jeb4dev › django-rest-api
GitHub - Jeb4dev/django-rest-api: Simple REST API built with Django REST Framework and containerized with Docker.
This is simple Django REST API build with Django REST Framework. It is dockerized using docker-compose.
Starred by 2 users
Forked by 3 users
Languages Python 98.6% | Dockerfile 1.4% | Python 98.6% | Dockerfile 1.4%
GitHub
github.com › kstromeiraos › django-rest-framework-docker
GitHub - kstromeiraos/django-rest-framework-docker: Docker image of Django and Django REST framework
September 22, 2017 - Docker image of Django and Django REST framework. Contribute to kstromeiraos/django-rest-framework-docker development by creating an account on GitHub.
Starred by 4 users
Forked by 4 users
Languages Shell 100.0% | Shell 100.0%
GitHub
github.com › nils-wisiol › django-rest-boilerplate
GitHub - nils-wisiol/django-rest-boilerplate: Docker-based REST API implemented with Django and restframework.
Docker-based REST API implemented with Django and restframework. - nils-wisiol/django-rest-boilerplate
Starred by 6 users
Forked by 8 users
Languages JavaScript 48.3% | Python 36.5% | Shell 13.8% | HTML 1.4% | JavaScript 48.3% | Python 36.5% | Shell 13.8% | HTML 1.4%
Readthedocs
dockertraining.readthedocs.io › en › latest › django
Dockerizing Django DRF Real World Application — Docker Training 0.0.1 documentation
The Django DRF app is an example of a Production-Ready Django JSON API, which contains real-world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.` See the project code at: https://github.com/DockerJamaica/Docker-Real-World-Examples.git
GitHub
github.com › joeymasip › django-apiskeleton
GitHub - joeymasip/django-apiskeleton: Docker environment for Django 1.11, Django REST Framework and Django JWT
Docker environment for Django 1.11, Django REST Framework and Django JWT - GitHub - joeymasip/django-apiskeleton: Docker environment for Django 1.11, Django REST Framework and Django JWT
Starred by 3 users
Forked by 3 users
Languages Python 97.1% | Dockerfile 1.8% | Shell 1.1% | Python 97.1% | Dockerfile 1.8% | Shell 1.1%
GitHub
github.com › dnstanciu › drf-angular-docker-tutorial
GitHub - dnstanciu/drf-angular-docker-tutorial: Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Follow the tutorial series here to understand how it all works: Django API with Angular App in Docker Tutorial · Technologies used: Django 2.1.5 · Django REST framework 3.9.0 · Angular 7.2 · Docker Engine 18.09.0 · Building a Basic API with Django REST Framework in Docker ·
Starred by 58 users
Forked by 30 users
Languages TypeScript 43.8% | Python 42.0% | HTML 7.1% | JavaScript 4.2% | Dockerfile 2.7% | CSS 0.2% | TypeScript 43.8% | Python 42.0% | HTML 7.1% | JavaScript 4.2% | Dockerfile 2.7% | CSS 0.2%
DEV Community
dev.to › francescoxx › python-crud-rest-api-using-django-postgres-docker-and-docker-compose-4nhe
Python CRUD Rest API, using: Django, Postgres, Docker and Docker Compose - DEV Community
April 12, 2023 - We have built a CRUD rest API in Python, ... All the code is available in the GitHub repository (link in the video description): https://youtube.com/live/GaPAGkJDzGQ · That's all. If you have any questions, drop a comment below. ... I tried this to learn a bit about docker. I don't think I understand how it is supposed to work. When I first went through the steps I've got an error: djangoapp ...
Docker Hub
hub.docker.com › r › kstromeiraos › django-rest-framework
kstromeiraos/django-rest-framework - Docker Image
docker run -d --name="django" -p 80:80 -e project=DJANGO_PROJECT_NAME -v HOST_DIRECTORY_DJANGO_PROJECT:/app kstromeiraos/django-rest-framework-docker runserver 0.0.0.0:80 Copy
GitHub
github.com › yannikmesserli › django-rest-framework-docker › blob › master › docker-compose.yaml
django-rest-framework-docker/docker-compose.yaml at master · yannikmesserli/django-rest-framework-docker
Contribute to yannikmesserli/django-rest-framework-docker development by creating an account on GitHub.
Author yannikmesserli
GitHub
github.com › openwisp › django-rest-framework-gis › blob › master › docker-compose.yml
django-rest-framework-gis/docker-compose.yml at master · openwisp/django-rest-framework-gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project. - django-rest-framework-gis/docker-compose.yml at master · openwisp/django-rest-framework-gis
Author openwisp
GitHub
github.com › rootstrap › django-base
GitHub - rootstrap/django-base: Django boilerplate for rest-api backends
$ docker-compose run web to start the backend on port 8000 (you can change this in the docker-compose.yml). This is the suggested scaffolding for a django project.
Author rootstrap
GitHub
github.com › HamzaQahoush › Django-REST-Framework-Docker
GitHub - HamzaQahoush/Django-REST-Framework-Docker: Use Django REST Framework to create an API, then “containerize” it with Docker.
Use Django REST Framework to create an API, then “containerize” it with Docker. - HamzaQahoush/Django-REST-Framework-Docker
Author HamzaQahoush
GitHub
github.com › TangentSolutions › DRF-tutorial › wiki › Setting-up-the-project-with-Docker
Setting up the project with Docker
February 4, 2016 - This is a production ready server so that we can run the same docker-compose in production. ... django==1.9.2 djangorestframework==3.3.2 django-filter django-rest-swagger psycopg2 requests sniffer django-jenkins django-extensions coverage responses mock gunicorn · Specify the latest version of django and django rest framework
Author TangentSolutions