Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from SmartCity-2022/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamtky authored May 23, 2022
2 parents 039e8cc + 511f572 commit eca7e07
Show file tree
Hide file tree
Showing 51 changed files with 44,992 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Service-Gesundheitsportal
Microservice Gesundheitsportal

### Prisma Database Init
- cd src
- npx prisma db push

### Database Connection
<<<<<<< HEAD
- Dotenv -> DATABASE_URL
=======
- Dotenv -> DATABASE_URL
>>>>>>> 84bab5aa40a7a33e815b29f4ed8c4d438a0931b5
35 changes: 35 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# compiled output
/dist
/node_modules

# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# OS
.DS_Store

# Tests
/coverage
/.nyc_output

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
5 changes: 5 additions & 0 deletions backend/nest-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
}
Loading

0 comments on commit eca7e07

Please sign in to comment.