team-final-project/ ├── app/ │ └── app.py ├── tests/ │ ├── test_unit.py │ └── test_integration.py ├── requirements.txt ├── Dockerfile └── README.md
byui-devops/team-final-project-aa
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
team-final-project/ ├── app/ │ └── app.py ├── tests/ │ ├── test_unit.py │ └── test_integration.py ├── requirements.txt ├── Dockerfile └── README.md