diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-06-09 16:50:28 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-06-09 16:50:28 +0200 |
| commit | d4ba547a722e3ab72a8bd283a3d94d569518ea68 (patch) | |
| tree | 179bb356124a841c57164908fa1feee37104b947 /package.json | |
| parent | 2f9cd43f44f8cdd4bdb16bb95a507b5f45c8e44d (diff) | |
working server with attractions and orders
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 0997564..8bf39c5 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Het project voor de Ticketshop opdracht", "main": "main.js", "dependencies": { - "express": "^4.16.4" + "express": "^4.16.4", + "mongodb": "^3.6.9" } } |
