Closed matt-lebl closed 1 year ago
I'm thinking we can have some very bare-bones functionality as follows:
What do you think?
Backend side of this is complete. I defined three endpoints:
/courses
— lists all courses (there is just one in the sample, but adding more is relatively easy/courses/{id}
— provides more detailed info about a course /content/{courseId}
— provides the content for the course with the given IDA first-draft functional DimSpace has been developed and can be found in the following PR. Functionalities include a Home page, a Course Home page, and communication with the Spring API.