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",