Update readme
This commit is contained in:
parent
aad8c7f415
commit
0fdabb2ab4
@ -3,7 +3,15 @@
|
||||
This is a template for building APIs with Clean Architecture. It contains two examples of APIs built with FastAPI and Flask.
|
||||
|
||||
- `src` contains the source code.
|
||||
- `src/core`: business logic (use cases, entities, decorators...).
|
||||
- `src/infra`: implementations of the interfaces defined in the core.
|
||||
- `src/infra/api/fastapi`: FastAPI implementation.
|
||||
- `src/infra/api/flask`: Flask implementation.
|
||||
- `src/infra/storage/`: Fake storage implementation.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Docker
|
||||
|
||||
## Prepare
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user