/python-calculator

Primary LanguageJavaScriptMIT LicenseMIT

python-calculator

Python FastAPI Git GitHub

이 프로젝트는 python과 fastapi를 이용한 웹 계산기 프로젝트입니다.

해당 프로젝트는 git과 github으로 버전관리 되고 있으며, github을 통해 오픈소스로 공개되었습니다.

해당 프로젝트는 github flow를 학습하기 위한 프로젝트입니다.

install project

git clone https://github.com/brain-hack/shortenURL.git

install dependency

pip install -r requirements.txt

run app

uvicorn main:app --reload