Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 546 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 546 Bytes

node-gql-react-typescript

Simple Todo list application

Stack:

  • NodeJS for the web server (express)
  • GraphQL for the API (express-graphql)
  • ReactJS for the SPA framework
  • TypeScript for both Back & Front end

Roadmap:

  • 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?
  • Authentication + multi-tenants application

    • JWT
    • ACLs
  • Docker