Skip to content

(ISEF 2023) 2022 한국코드페어 수상작: 희귀질환자를 위한 질병관리 및 산정특례 신청 간소화 플랫폼

License

Notifications You must be signed in to change notification settings

DogCoolCodeFair/RIDM-Backend

Repository files navigation

RIDM

본 프로젝트는 과학기술정보통신부 주최의 한국코드페어에 출품하여 수상한 작품입니다.
This project was submitted to the Korea Code Fair hosted by the Ministry of Science and ICT and won the award.
Backend Developed By @331leo (Donghyun Kim)
Frontend Developed By @fxrcha (Hyunwoo Cho)
Project Idea Provided By @winstar0070 (Yunseok Hong)

Contents


Project Presentation

page1 page2 page3 page4 page5 page6 page7 page8 page9

Project Poster

poster

Backend Installation

This Project uses Poetry Package Manager

poetry install

Run Server via uvicorn (Development)

poetry run uvicorn app:app --reload

Run Server via gunicorn (Production)

(Configure Appliction Settings on gunicorn.conf.py)
poetry run gunicorn app:app

Docs

Swagger, Redoc

About

(ISEF 2023) 2022 한국코드페어 수상작: 희귀질환자를 위한 질병관리 및 산정특례 신청 간소화 플랫폼

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published