Skip to content

h-k-nyosu/fastapi-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI template

ディレクトリ構成

.
├── Makefile
├── README.md
├── app
│   ├── __init__.py
│   ├── api
│   │   ├── __init__.py
│   │   ├── dependencies.py
│   │   ├── routes
│   │   │   ├── __init__.py
│   │   │   └── users.py
│   │   └── schemas.py
│   ├── config.py
│   ├── db
│   │   ├── base.py
│   │   ├── models.py
│   │   └── session.py
│   ├── main.py
│   ├── services
│   │   ├── __init__.py
│   │   └── users.py
│   └── tests
│       ├── __init__.py
│       └── test_users.py
├── poetry.lock
└── pyproject.toml

環境構築

make init

開発環境での実行

make run

テスト

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published