Skip to content

Commit

Permalink
adds express and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
underdorff18 committed Oct 6, 2020
1 parent b908801 commit c58bbe3
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Untrack folders
node_modules/
374 changes: 374 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"name": "marks-computers-backend",
"version": "1.0.0",
"description": "Backend web server for marks computers site",
"repository": {
"type": "git",
"url": "https://github.com/underdorff18/Computers-Site-Backend"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nick Overdorff",
"license": "ISC"
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}

0 comments on commit c58bbe3

Please sign in to comment.