first commit

This commit is contained in:
wisski 2024-04-30 14:51:28 +02:00
commit dc354cf586
37 changed files with 8225 additions and 0 deletions

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
{
"language": "node_js",
"node_js": "10",
"services": [
"mongodb"
],
"script": [
"npm run test"
]
}