Some ideas for evolution of Parse Server example: Have multiple branches, with different levels of complexity, such as: - [x] dev - the most simple Parse Server - [ ] cjs - commonJS version of Parse Server - [ ] prod - a Parse Server with some recommended user triggers, allowClientClassCreation, etc - [x] AWS Secrets - a Parse Server utilising a secret manager - [ ] definedSchema - Parse Server with defined schemas (@sadortun your input would be welcomed here) - [ ] typescript - Parse Server with Typescript - [ ] react - Parse Server with a react frontend - [ ] vue - Parse Server with a VueJS frontend - [ ] dashboard - Parse Server with a Parse Dashboard - [ ] graphQL - GraphQL Parse Server - [ ] cluster - Parse Server with clustering