Backend

The goal of this part of the workshop is to create a simple API that will be used by the front-end.

Tools and Frameworks

Take the time to read the documentation of each of these tools and frameworks to learn more.

Guide

If you get lost during the workshop, you can always refer to:

  • the workshop conductors
  • the workshop GitHub repository which contains the final code with tests, mocks, memory database, CI/CD, etc.
  • the dry-run workshop GitHub repository: each commit corresponds to a step of the workshop. You will see that some sections will instruct you to commit your code. You can always refer to this repository to see what the code should look like at that point.