add index.html, api test

This commit is contained in:
Bitcarrot
2021-07-23 00:26:35 -07:00
parent ff6d16438c
commit 3135c25219
27 changed files with 10910 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "express-vercel",
"version": "1.0.0",
"description": "Deploy express js to vercel.",
"main": "index.js",
"engines": {
"node": "latest"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitkarrot/express-vercel-example.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitkarrot/express-vercel-example/issues"
},
"homepage": "https://github.com/bitkarrot/express-vercel-example#readme",
"dependencies": {
"express": "^4.17.1",
"node-cron": "^2.0.3",
"morgan": "1.9.1"
}
}