Skip to content

windbird123/fastapi-skel

Repository files navigation

환경 설정

  • python version: 3.10.x
  • Makefile
    make install
    make run
    
    make format
    make type
    make test
    make check

실행

uvicorn main:app --host 0.0.0.0 --port 8080 --reload
# make run

requirements.txt 만들기

pipreqs --encoding=utf-8 --force src 

테스트

http://localhost:8080/api/v1/demo?name=windbird123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published