queryBook and createBook are working

This commit is contained in:
2022-02-27 12:12:20 +00:00
parent 6fe88da331
commit ce41108140
13 changed files with 748 additions and 16 deletions
+4 -2
View File
@@ -5,7 +5,7 @@
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"docker": "npm run docker:build && npm run docker:push",
"docker": "npm run docker:build && npm run docker:push",
"docker:build": "docker buildx build . --platform linux/amd64 --tag docker.krgamestudios.com/krgamestudios/sineql-demo:latest",
"docker:push": "docker push docker.krgamestudios.com/krgamestudios/sineql-demo:latest"
},
@@ -15,7 +15,9 @@
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mariadb": "^2.5.6",
"node-fetch": "^2.0.0",
"sineql": "latest"
"sequelize": "^6.17.0",
"sineql": "^1.0.0"
}
}