README: fixed tree; .gitignore: added .DS_Store exception
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -174,3 +174,6 @@ cython_debug/
|
|||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
|
||||||
|
# MacOS annoying file
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ This repository needs to be used as a template for all microservices that we are
|
|||||||
|
|
||||||
## Folder structure:
|
## Folder structure:
|
||||||
|
|
||||||
|
```
|
||||||
microservice_name/
|
microservice_name/
|
||||||
│
|
│
|
||||||
├── main.py # Entry point for your FastAPI application
|
├── main.py # Entry point for your FastAPI application
|
||||||
@@ -68,6 +69,7 @@ microservice_name/
|
|||||||
│ ├── test_endpoints.py
|
│ ├── test_endpoints.py
|
||||||
│ └── test_models.py
|
│ └── test_models.py
|
||||||
└── ...
|
└── ...
|
||||||
|
```
|
||||||
|
|
||||||
### Some explainig:
|
### Some explainig:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user