added express api

This commit is contained in:
Mike
2021-12-08 06:53:29 -05:00
parent fdd28c9b4d
commit 084cfed12d
5 changed files with 893 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "starter-express-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyclic-software/starter-express-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyclic-software/starter-express-api/issues"
},
"homepage": "https://github.com/cyclic-software/starter-express-api#readme",
"dependencies": {
"express": "^4.17.1"
}
}