Dockerized Django Back-end API 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
- Adding Detail Views to a Django DRF API in Docker
- Building an Angular App in a Secure and Compact Docker Image
- Connecting an Angular App to a REST API
- Improving an Angular Todo App to Manage Tasks via a REST API
- Securing a Django REST Framework API Using Auth0
- Securing an Angular App Using Auth0 and JWT Authentication
- Adding Object Level Permissions in Django REST Framework
- Preparing a Django DRF API for Production in Docker
- Preparing an Angular App for Production in Docker
- Building a Docker Image in Google Cloud Build
- Building a Docker Image from a Private GitHub or Bitbucket Repository in Google Cloud Build
- Connecting Django to a PostgreSQL Database in Cloud SQL
- Deploying a Docker Container on a VM in Google Cloud Platform
- Serving an Angular App’s Static Files from Google Cloud Storage