/drf-angular-docker-tutorial

Dockerized Django Back-end API using DRF with Angular Front-end Tutorial

Primary LanguageTypeScriptMIT LicenseMIT

drf-angular-docker-tutorial

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
  1. Building a Basic API with Django REST Framework in Docker
  2. Adding Detail Views to a Django DRF API in Docker
  3. Building an Angular App in a Secure and Compact Docker Image
  4. Connecting an Angular App to a REST API
  5. Improving an Angular Todo App to Manage Tasks via a REST API
  6. Securing a Django REST Framework API Using Auth0
  7. Securing an Angular App Using Auth0 and JWT Authentication
  8. Adding Object Level Permissions in Django REST Framework
  9. Preparing a Django DRF API for Production in Docker
  10. Preparing an Angular App for Production in Docker
  11. Building a Docker Image in Google Cloud Build
  12. Building a Docker Image from a Private GitHub or Bitbucket Repository in Google Cloud Build
  13. Connecting Django to a PostgreSQL Database in Cloud SQL
  14. Deploying a Docker Container on a VM in Google Cloud Platform
  15. Serving an Angular App’s Static Files from Google Cloud Storage