eSchool icon indicating copy to clipboard operation
eSchool copied to clipboard

eSchool Microservice based Solution

Results 52 eSchool issues
Sort by recently updated
recently updated
newest added

Initially, the attendance service will have **Command:** `AddAttendanceCommand` ```json { "StudentId": "", "CourseId": "" } ``` **Query:** `GetAllAttendanceByStudentIdQuery`

service: backend

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...

planned

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.