Skip to content

surojcodes/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three microservices in nodejs and typescript

  • Two dockerized REST APIS - accounts and customers - express
  • Front facing graphQL API
    • uses Apollo Server
    • codegen
    • axios to communicate to REST APIs
    • dockerized
  • communicates synchronously

In progress

  • Authentication with JWT
  • Only graphQL api is publicly available
  • kubernetes deployment files
  • mutations
  • Better error Handling
  • message queue for mutations

NEXT TODO

  • Mutation
  • databases for REST API microservices