/domjudge-simple-signup

商科技藝競賽-程式設計 DOMjudge 測試平台帳號申請

Primary LanguagePython

DOMjudge Simple Signup

Streamlit App

  • Python: 3.10
  • Python package management: poetry

Demo

Get Started

  • Change Dir to src/core
  • Copy .env.example to .env
  • Install python packages $ make install or $ poetry install
  • Run APP $ make run or $ poetry run streamlit run src/main.py