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
      • api
      • models
    • test
    • integration_test
  • frontend
    • dist
    • Dockerfile
    • chiller_frontend
      • templates
        • movies
        • user
      • static
    • test
    • integration_test
    • browser_test

Future repository structure once we get .NET components

  • README.md
  • chiller_api.yaml
  • db
    • sql
    • test_data
  • src
    • dotnet
      • backend
      • frontend
    • python
      • backend
        • chiller_api
          • controllers
          • models
          • swagger
          • test
      • sdk
        • docs
        • chiller_api_client
          • api
          • models
        • test
        • integration_test
      • frontend
        • chiller
          • templates
            • movies
            • user
          • static
        • test