- Downloads
fix: Various fixes and compatabilties
Showing
- .gitignore 31 additions, 0 deletions.gitignore
- CLCBooksSQL.sql 2 additions, 2 deletionsCLCBooksSQL.sql
- LICENSE 7 additions, 0 deletionsLICENSE
- index.js 2 additions, 2 deletionsindex.js
- logos/drexel.png 0 additions, 0 deletionslogos/drexel.png
- package.json 6 additions, 2 deletionspackage.json
- server.js 32 additions, 25 deletionsserver.js
.gitignore
0 → 100644
File changed.
Contains only whitespace changes.
Show whitespace changes.
LICENSE
0 → 100644
| W: | H:
| W: | H:
| { | { | ||
| "name": "ci101lab5", | "name": "ci101lab5", | ||
| "version": "0.0.1", | "version": "0.0.2", | ||
| "description": "lab for ci 101", | "description": "Lab for CI 101", | ||
| "license": "MIT", | "license": "MIT", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -11,5 +11,9 @@ | ... | @@ -11,5 +11,9 @@ |
| "bootstrap": "^4.3.1", | "bootstrap": "^4.3.1", | ||
| "express": "^4.17.1", | "express": "^4.17.1", | ||
| "sqlite3": "^4.1.0" | "sqlite3": "^4.1.0" | ||
| }, | |||
| "main": "server.js", | |||
| "scripts": { | |||
| "start": "node server.js" | |||
| } | } | ||
| } | } |