Switched to NestJS

This commit is contained in:
2022-09-05 09:51:34 +02:00
parent 75e0ad2f6f
commit 87aa032b6b
38 changed files with 3075 additions and 3368 deletions

74
backend/.gitignore vendored
View File

@@ -1,57 +1,35 @@
### Node template
.DS_Store
# compiled output
/dist
/node_modules
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
# OS
.DS_Store
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
.npmrc
*.log
# Typings
typings/
# Typescript
src/**/*.js
src/**/*.js.map
test/**/*.js
test/**/*.js.map
# Test
/.tmp
# Tests
/coverage
/.nyc_output
# IDE
.vscode
.idea
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Project
/public
/dist
#env
.env.local
.env.development
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json