Distributed Application in Golang ( A Teacher Portal)
- Build and Start Registry service
go build cmd\registryservice
.\registryservice.exe
- Build and Start Loggin service
go build cmd\logservice
.\logservice.exe
- Build and Start Grading service
go build cmd\gradingservice
.\gradingservice.exe
- Build and Start Teacher Portal
go build cmd\teacherportalservice
.\teacherportalservice.exe