adding heroku service

This commit is contained in:
Adolfo Reyna
2021-07-18 16:55:47 -07:00
parent 5535c9c2e9
commit cceaa4a64e
2 changed files with 11 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# EMI Backend service
This is the code for the backend of the EMI website.
### TODO
[ ] Define nodes schema
[ ] Implement basic login/registration
[ ]
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",