Simple Todo list application
NodeJSfor the web server (express)GraphQLfor the API (express-graphql)ReactJSfor the SPA frameworkTypeScriptfor both Back & Front end
-
Persistence
- ORM? MongoDB?
-
Tests
- server-side
- unit-test resources
- integration-test GraphQL endpoints
- client-side
- unit-test components
- integration-test pages
- end to end
cypress?
- server-side
-
Authentication + multi-tenants application
- JWT
- ACLs
-
Docker