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
README.md Normal file
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
[ ]

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",