Simple Todo list application
NodeJS
for the web server (express
)GraphQL
for the API (express-graphql
)ReactJS
for the SPA frameworkTypeScript
for 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