The the challenge is to make the tests pass and provide a Rest application with authentication and authorization of areas according to the users' roles
- In this system, only the read (GET) routes of events and cities are public (no login required). CLIENT users can also POST (POST) new events. Other accesses are only allowed to ADMIN users.