Skip to content

Commit

Permalink
feat: add prisma to the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
thenicekat committed Feb 17, 2024
1 parent 1e51f0a commit a11bde8
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 3,077 deletions.
5 changes: 5 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Geddit - Backend

- Run dev environment using yarn dev
- Run production environment using yarn start
- Run tests using yarn test
70 changes: 66 additions & 4 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"@jest/globals": "^29.7.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"prisma": "^5.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit a11bde8

Please sign in to comment.