I am developing a web with this directory scheme:
. ├── api │ ├── here is my backend application │ └── Dockerfile, ├── client │ ├── here is my frontend