Skip to content
Masanori Ohgita edited this page Apr 26, 2022 · 17 revisions

Files

In this page, only the files specific to this project will be explained with comment.

Other files were just scaffolded by Angular CLI (@angular/cli) and Nest CLI (@nestjs/cli).

  • .github/
    • workflows/
  • .utils/
    • api-client-generator-launcher.js -- Glue between ng-openapi-gen and NestJS
  • client/ - Source-code of frontend application (Angular)
    • .proxy.conf.json. -- Proxy for backend in development environment (learn more)
  • server/ - Source-code of backend application (NestJS)
  • .dockerignore
  • .editorconfig
  • .gitignore
  • .prettierrc
  • app.json - Manifest file for Heroku
  • Dockerfile
  • heroku.yml - Manifest file for Heroku
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • render.yaml - Manifest file for Render
Clone this wiki locally