Archived
2

updated README

This commit is contained in:
VLE2FE 2020-04-20 08:42:26 +02:00
parent 23b7627246
commit 273da2a762
3 changed files with 559 additions and 392 deletions

View File

@ -9,3 +9,5 @@ The API is documented using the Open API Specification 3.0.2 and hosted together
## Testing
Testing is done with mocha and can be executed using `npm test`.
test!

947
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@
"cfenv": "^1.2.2",
"express": "^4.17.1",
"mongoose": "^5.8.7",
"nodemon": "^2.0.3",
"swagger-ui-express": "^4.1.2",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
@ -24,7 +25,6 @@
},
"devDependencies": {
"mocha": "^7.0.0",
"nodemon": "^2.0.2",
"should": "^13.2.3",
"supertest": "^4.0.2"
}