An online grader which was originally provided for POSN KKU center students but currently open for everybody.
This project is an upgrade version of
- OTOG-next: The newer version of otog but developed in Nextjs
- OTOG_V2: The new version of otog built on javascript framework
- otog: The original otog grader which is no longer maintained
There are 3 main modules for otog
This is a documentation for admin otog to use this grader system effectively.
First, use .env.template
to set your local environment, just copy and rename it to .env
Second, run docker container
docker compose -f docker-compose.prod.yml up -d
run docker container
docker compose -f docker-compose.test.yml up -d
Note: This will test only the grader service
If you have any issue, feel free to open a new one in the issue tab
Pull requests are welcome. : )