Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 650 Bytes

Problem Statement

Build a microservice app consisting of 2 services, an authentication service and a health check service. Build a client that can communicate with the auth service.


Objective

  • Designing, building, and deploying microservices
  • Using gRPC to communicate between microservices
  • Monitoring the health of microservices
  • Setting up continuous integration & continuous deployment
  • Using session based authentication
  • Writing testable code
  • Organizing code using modules
  • Navigating and contributing to an existing code base

CI/CD

  • GitHub Actions
  • Docker
  • Oracle cloud Compute free tier (to be added)