From cceaa4a64e2107fd9036b0bd347e370903dc23fa Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Sun, 18 Jul 2021 16:55:47 -0700 Subject: [PATCH] adding heroku service --- README.md | 9 +++++++++ package.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c2a0af --- /dev/null +++ b/README.md @@ -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 +[ ] \ No newline at end of file diff --git a/package.json b/package.json index 86fdfe4..eb7b52b 100644 --- a/package.json +++ b/package.json @@ -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",