eSchool
eSchool copied to clipboard
eSchool Microservice based Solution
Initially, the attendance service will have **Command:** `AddAttendanceCommand` ```json { "StudentId": "", "CourseId": "" } ``` **Query:** `GetAllAttendanceByStudentIdQuery`
We need to upgrade our services to .NET 6. Currently the .NET 6 in in preview 3. We will start with one service and then gradually upgrade all of our...
Currently when we run the application in debug mode via docker-compose the `Enrollilng` swagger url open in the browser. It would be great if the fronted opens up.