fix: removed collage

fix: removing collage

feat: added ingredient type to server for testing and a config"

chore: setup deno server package
This commit is contained in:
Daniel Ledda
2022-06-20 22:22:42 +02:00
parent 47301a822d
commit c628f6b46e
18 changed files with 288 additions and 130 deletions

10
server/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "stocca-tre-server",
"version": "0.0.1",
"scripts": {
"start": "deno run --allow-net main.ts"
},
"description": "Backend for StoccaTre",
"author": "Daniel Ledda",
"license": "MIT"
}