FastAPI-Boilerplate
FastAPI Starter: A simple and intuitive example repository showcasing basic functionality and best practices for building web APIs with FastAPI. Use this as a template or reference for accelerating your FastAPI projects
파일 탐색기
최종 버전 다운로드 (.zip)- python-app.yml
- __init__.py
- admin.py
- auth.py
- post.py
- tag.py
- user.py
- __init__.py
- __init__.py
- base.py
- dependencies.py
- functions.py
- schemas.py
- __init__.py
- emailer.py
- exceptions.py
- handlers.py
- hash.py
- jwt.py
- limiter.py
- logger.py
- middleware.py
- __init__.py
- dependencies.py
- functions.py
- role.py
- schemas.py
- schemes.py
- token.py
- __init__.py
- dependencies.py
- functions.py
- main.py
- schemas.py
- __init__.py
- association.py
- dependencies.py
- functions.py
- main.py
- schemas.py
- __init__.py
- dependencies.py
- functions.py
- main.py
- schemas.py
- __init__.py
- conftest.py
- fixtures.py
- functions.py
- test_admin.py
- test_post.py
- test_registration.py
- test_tag.py
- __init__.py
- config.py
- .gitignore
- example.env
- LICENSE
- README.md
- requirements.txt
- reset.sh
- run.py
- runtime.txt
- test.sh
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tomasemilio/FastAPI-Boilerplate
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd FastAPI-Boilerplate
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
