Added simple microservice

Not integrated into UI yet
This commit is contained in:
Joe Tretter
2020-03-08 22:40:44 -05:00
parent 40ac3d0386
commit 9fbcf07cb5
5 changed files with 778 additions and 0 deletions

16
server/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "micro"
},
"author": "",
"license": "ISC",
"dependencies": {
"async-to-gen": "^1.4.0",
"better-sqlite3": "^6.0.1",
"micro": "^9.3.4"
}
}