Repository directory structure - lago-morph/chiller GitHub Wiki
Current directory structure
- README.md
- Makefile
- chiller_api.yaml
- api
- dist
- Dockerfile
- chiller_api
- db
- controllers
- models
- swagger
- test
- sdk
- dist
- docs
- chiller_api_client
- test
- integration_test
- frontend
- dist
- Dockerfile
- chiller_frontend
- test
- integration_test
- browser_test
Future repository structure once we get .NET components
- README.md
- chiller_api.yaml
- db
- src
- dotnet
- python
- backend
- chiller_api
- controllers
- models
- swagger
- test
- sdk
- docs
- chiller_api_client
- test
- integration_test
- frontend