This commit is contained in:
Jan Prochazka
2019-12-26 20:08:51 +01:00
parent c203758fd8
commit 63dc04027d
27 changed files with 2473 additions and 1110 deletions

14
api/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "dbgate",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"express": "^4.17.1"
},
"scripts": {
"start": "node src/index.js"
}
}