Uploading the Repo

This commit is contained in:
Andrean
2022-03-09 22:16:51 +02:00
parent 53a8d56f1e
commit 2726127708
9 changed files with 2269 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^3.6.3",
"graphql": "^16.3.0",
"uuid": "^8.3.2"
}
}