Start transforming this repository into a backend focused one by making it into a REST API. Entities that should be reachable via standard REST API calls: - [x] Maps - [x] Users - [ ] Roles - [x] Permissions (read only just to be able to list when creating/updating role?) - [ ] Authentication using JSON Web Token (JWT) - [ ] Make sure there are authorization checks in the controllers
Start transforming this repository into a backend focused one by making it into a REST API.
Entities that should be reachable via standard REST API calls: