Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • provide a general understanding on how the (new) modular architecture works, distinction between frontend and backend, what are ‘modules’

  • brief recap of used standards (GraphQL, …) and frameworks (django, graphene, React,…) and pointers to existing resources on the web to use as reference

Backend - 1: Setup backend development environment and create a new (basic) module

...

  • provide a sample (autonomous) development tools setup (venv, pycharm, MSQ-SQL in docker,…)

  • get up and running and create a new module, connected to the database (new model, with django migration,….)

  • exposing the entities for GraphQL queries and mutations

Project folder at end of video: (except for venv folder that is too large)

View file
nameopenimis_video_backend1.zip

Backend - 2: Features in a ‘real life’ backend module

...