Skip to content

Commit

Permalink
migrate from appwrite to mongodb (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Mar 20, 2024
1 parent be6743a commit 5d78d60
Show file tree
Hide file tree
Showing 24 changed files with 369 additions and 425 deletions.
13 changes: 1 addition & 12 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,4 @@ PUBLIC_UMAMI_WEBSITEID=

# Private

APPWRITE_ENDPOINT=
APPWRITE_PROJECTID=
APPWRITE_APIKEY=
APPWRITE_DATABASEID_QUIZ=

APPWRITE_COLLECTIONID_GA=
APPWRITE_COLLECTIONID_AGT=
APPWRITE_COLLECTIONID_CBRN=

APPWRITE_COLLECTIONID_GAQUESTIONS=
APPWRITE_COLLECTIONID_AGTQUESTIONS=
APPWRITE_COLLECTIONID_CBRNQUESTIONS=
MONGODB_URI=
202 changes: 189 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"type": "module",
"dependencies": {
"@malte2036/thw-tools-components": "^0.2.12",
"node-appwrite": "^12.0.0"
"mongoose": "^8.2.2"
}
}
Loading

0 comments on commit 5d78d60

Please sign in to comment.