You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented microservice backend for the minimal viable product (MVP). The domain is a hospital. There are two sub-domains (doctor and patient) under the main domain. Also, Implemented an OCELOT API gateway with basic CRUD operations for each sub-domain.