-
- Downloads
initial commit
parents
Branches
No related tags found
Showing
- LICENSE 8 additions, 0 deletionsLICENSE
- README.md 32 additions, 0 deletionsREADME.md
- create-db.js 42 additions, 0 deletionscreate-db.js
- model.js 71 additions, 0 deletionsmodel.js
- package-lock.json 409 additions, 0 deletionspackage-lock.json
- package.json 16 additions, 0 deletionspackage.json
- search.js 114 additions, 0 deletionssearch.js
- server.js 48 additions, 0 deletionsserver.js
- stopwords.txt 313 additions, 0 deletionsstopwords.txt
- views/footer.html 4 additions, 0 deletionsviews/footer.html
- views/header.html 30 additions, 0 deletionsviews/header.html
- views/read.html 18 additions, 0 deletionsviews/read.html
- views/search.html 35 additions, 0 deletionsviews/search.html
LICENSE
0 → 100644
README.md
0 → 100644
create-db.js
0 → 100644
model.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "paper-server", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "server.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"express": "^4.17.1", | ||
"mustache-express": "^1.3.0" | ||
} | ||
} |
search.js
0 → 100644
server.js
0 → 100644
stopwords.txt
0 → 100644
views/footer.html
0 → 100644
views/header.html
0 → 100644
views/read.html
0 → 100644
views/search.html
0 → 100644
Please register or sign in to comment