From 31236509fb45c2496131c27a1ff2ef2aa9e4c4a7 Mon Sep 17 00:00:00 2001 From: Yerassyl Zhanymkanov Date: Tue, 16 Aug 2022 20:48:43 +0600 Subject: [PATCH] Improve wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a4305..5515ccc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ fastapi-project ├── logging.ini └── alembic.ini ``` -1. Store all the module directories inside src folder +1. Store all domain directories inside `src` folder 1. `src/` - highest level of an app, contains common models, configs, and constants, etc. 2. `src/main.py` - root of the project, which inits the FastAPI app 2. Each package has its own router, schemas, models, etc.