Hi 👋! UPB Code Labs is a Web Platform to ease the assessment and progress tracking of laboratory practices in the Systems and Computing Engineering program at Universidad Pontificia Bolivariana.
In this organization you will find the repositories with the source code of the platform, as well as the project's documentation.
Repository | Description |
---|---|
docs | Diagrams and documentation of the project. |
gateway | Source code of the main API (gateway) responsible for most of the CRUD operations and communicate the microservices. |
static-files-microservice | Source code of the microservice responsible of saving the zip archives with the students' and teachers' code. |
test-microservice | Source code of the microservice responsible for execute the teacher's tests on the students' code. |
react-client | Source code of the web client. |
As this is an academic project, we are not accepting contributions from people outside the project. However, feel free to fork the repositories and use them as you wish.
If you are a member of the project, please read the CONTRIBUTING.md file in the docs repository.