Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 482 Bytes

File metadata and controls

16 lines (11 loc) · 482 Bytes

Workshop mobprogramming

Workshop Mob programming 2025

Goal

Learn how mob programming works

Assignment

Build an application that manages events and subscriptions to those events.

The application will consist of a frontend and a backend component. Both will need to comply with the api specifications as stated in the file api-spec.yaml.

Step 1

Create the basics and implement the viewing and storing of events

Step 2

Allow subscriptions to be added to the events