Add restaurant and organization controller

- Add restaurant controller
- Add organization controller
- Add files for types
This commit is contained in:
Stone_Red
2022-03-30 12:21:47 +02:00
parent d94e918533
commit cb62400f39
5 changed files with 1370 additions and 3511 deletions
+2 -1
View File
@@ -24,11 +24,12 @@
"axios": "^0.26.1",
"express": "^4.17.3",
"prisma": "^3.10.0",
"node-fetch": "^3.2.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/node": "^8.9.5",
"nodemon": "^1.18.4"
"nodemon": "^2.0.15"
}
}