a monorepo for the microservice based assignment management engine with cloud based code execution system - submittr
- clone the repository
git clone https://github.com/nkitan/submittr
- cd into submittr
cd submittr
- build docker stack
docker compose build
- start stack
docker compose up
this starts up all services and starts apis
- /auth - authentication apis
- /dbsr - assignment data api
- /exec - code execution api