Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 837 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 837 Bytes

ShortenURL

Python FastAPI Git GitHub

이 프로젝트는 python과 fastapi를 이용해서 유저에게 url을 입력받아 해당 url을 축약해주는 프로젝트입니다.

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

install project

git clone <본인repository>

install dependency

pip install "fastapi[all]"

run app

uvicorn main:app --reload