* chore: added global lint and test commands to backend package * chore: removed lint command from root scope execution
* feat: rate-limiting guard added and configured in app module * feat: rate-limit annotation added in controllers and resolvers (query, mutation, not subscription) * docs: added comments