diff --git a/JS/index.js b/JS/index.js new file mode 100644 index 0000000..6128532 --- /dev/null +++ b/JS/index.js @@ -0,0 +1,2 @@ +console.log('Hello From Node.js'); + diff --git a/package.json b/package.json new file mode 100644 index 0000000..ccd5539 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "marks-computers-backend", + "version": "1.0.0", + "description": "Backend web server for marks computers site", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Nick Overdorff", + "license": "ISC" +}