Skip to content

Commit

Permalink
Backend (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi authored Sep 1, 2024
1 parent 64ba18d commit f44b17c
Show file tree
Hide file tree
Showing 52 changed files with 1,896 additions and 2,087 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/development/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ckolkman.vscode-postgres",
"editorconfig.editorconfig",
"bierner.markdown-mermaid",
"typespec.typespec-vscode"
"typespec.typespec-vscode",
"prisma.prisma"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/test/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ckolkman.vscode-postgres",
"editorconfig.editorconfig",
"bierner.markdown-mermaid",
"typespec.typespec-vscode"
"typespec.typespec-vscode",
"prisma.prisma"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist
tsconfig.build.tsbuildinfo
.pnpm-store
.pnpm/
.env

logs
*.log
Expand Down
7 changes: 7 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema

# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

DATABASE_URL="postgresql://postgres:postgres@db:5432/frost?schema=public"
10 changes: 0 additions & 10 deletions backend/drizzle.config.ts

This file was deleted.

30 changes: 0 additions & 30 deletions backend/drizzle/0000_migration.sql

This file was deleted.

8 changes: 0 additions & 8 deletions backend/drizzle/0001_migration.sql

This file was deleted.

176 changes: 0 additions & 176 deletions backend/drizzle/meta/0000_snapshot.json

This file was deleted.

Loading

0 comments on commit f44b17c

Please sign in to comment.