DEV Community

Takamichi Omori
Takamichi Omori

Posted on

Results of weekend's work

I created A system of competitive programming in this weekend.
judgeServer is an easy to use judging system.
The system also allows users to post problems.

demoLink
The link will be down soon.

I believe that writing your own problems, rather than just solving them, is a good way to deepen your knowledge.

How to use

  1. clone my repository
  2. docker-compose up
  3. Access localhost:8080/

Things want you to know

  • I created it to study some of the techniques.
    • asynchronous processing using SQS
    • Next.js
  • I don't have a name for it yet.
  • I don't translate it in English yet :3

Top comments (0)