Gitignore, added readme, jest for dev

This commit is contained in:
2019-01-24 22:09:42 -05:00
parent c7c1bb5392
commit 33c6c41e8d
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
node_modules/
+5 -1
View File
@@ -1,3 +1,7 @@
# Node HTTP Proxy
This package is an HTTP proxy, written in Node.js. Spun up on a virtual machine.
This package is an HTTP proxy, written in Node.js. Spun up on a virtual machine.
# Testing
To test, can either spin up the vagrant instance, or utilize the unit tests.
+3
View File
@@ -11,5 +11,8 @@
"license": "MIT",
"dependencies": {
"express": "^4.16.4"
},
"devDependencies": {
"jest": "^23.6.0"
}
}