- create http server
- the api should be able to create a new category
- the api should be able to list all categories
- [] the api should be able to get a category by id
- [] the api should be able to update a category
- [] the api should be able to delete a category
- [] use postgres as database to persist entities
- [] the api should send an event to a broker when a category name is updated
- [] Dockerize
- [] Permission/Roles
- [] Deploy (AWS)