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

Files

  • .github/
    • workflows/
  • .utils/
    • api-client-generator-launcher.js -- Glue between ng-openapi-gen with NestJS
  • client/ - Source-code of frontend application (Angular)
    • .proxy.conf.json
  • 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