We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b305b commit cb4bf8dCopy full SHA for cb4bf8d
README.md
@@ -3,14 +3,15 @@
3
# Metar API
4
Metar API with redis cache for fast and reliable metar weather data.
5
6
-## Scaffold Structure
+## Project Structure
7
8
```
9
.
10
├── api-gateway # Nginx Api Gateway
11
- ├── deployment # Deployment config
+ ├── deployment
12
| ├── development # Docker-compose development config
13
- | └── production # Kubernetes production config
+ | └── production # Docker-compose production config
14
+ ├── server # Api Server
15
└── README.md # This file
16
17
0 commit comments