Skip to content

Commit

Permalink
Merge pull request #17 from techstartucalgary/Stalin/prisma
Browse files Browse the repository at this point in the history
Changed "Group" table to "Organization" table & Refactored to Typescript
  • Loading branch information
AarshShah9 authored Dec 2, 2023
2 parents 0725734 + 0c5e1c0 commit 99c510a
Show file tree
Hide file tree
Showing 6 changed files with 717 additions and 1,281 deletions.
10 changes: 7 additions & 3 deletions backend/package-lock.json

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

10 changes: 6 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
"build": "tsc",
"start": "node dist/index.js"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.5.2",
"@prisma/client": "^5.6.0",
"@types/body-parser": "^1.19.5",
"@types/network-interfaces": "^1.1.2",
"concurrently": "^8.2.1",
Expand All @@ -26,23 +29,22 @@
"network-interfaces": "^1.1.0",
"nodemon": "^3.0.1",
"os": "^0.1.2",
"prisma": "^5.5.2",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.19",
"@types/ip": "^1.1.3",
"@types/jest": "^29.5.8",
"@types/node": "^20.8.4",
"@types/supertest": "^2.0.16",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prisma": "^5.6.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 99c510a

Please sign in to comment.