Create rest API that allows user to: - add new "job" (add new "job" to database) - remove "job" (removes one chosen "job" and all events related to the job from the database) - list all events that are related to given "job" (read from database)
Create rest API that allows user to: