Project Mazassumnida

Github 프로필에서 boj 프로필을 이쁘게 보여주는 프로젝트

install

Poetry를 이용할 경우

poetry install             # 의존성 설치
poetry shell               # 가상환경에 진입
python manage.py runserver # 서버 실행

requirements.txt를 이용할 경우

pip install -r requirements.txt
python manage.py runserver # 서버 실행

Screenshots

Ruby 🍒

2020-08-26-2-02-58

Diamond 💎

2020-08-26-2-03-10

Platinum 💚

2020-08-26-2-10-40

Gold 🏅

2020-08-26-2-03-56

Silver 💍

2020-08-26-2-03-30

Bronze 🍂

2020-08-26-2-03-40

Usage

[![Solved.ac 프로필](http://mazassumnida.wtf/api/generate_badge?boj={handle})](https://solved.ac/{handle})