Skip to content

Startlink/BOJ-tier

 
 

Repository files navigation

BOJ Tier

문제를 풀면 등급이 올라 공부할 동기를 부여해주는 시스템

Prerequisites

  • Python 3.5+
  • pipenv 5.1+

Instruction

# Install dependencies
pipenv install

# Configure
cp settings.default.py settings.py
pipenv run python initialize_data.py

# Run the server
pipenv run python runserver.py

TODOs

  • 사찰 기능
  • 백업 기능
  • 유저 등급 기능
  • 문제 난이도 기능
  • 유저 순위
  • 문제 순위
  • Prob API
  • User API
  • Prob UI
  • Ranking UI
  • 유저 페이지 디자인
  • 문제 난이도 확장 프로그램


BOJ-tier is primarily distributed under the terms of the GNU Affero General Public License v3.0 or any later version. See COPYRIGHT for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.5%
  • Python 41.3%
  • CSS 15.2%