Implement database connection

This commit is contained in:
2022-09-25 14:40:07 +02:00
parent 2726baa6bd
commit 1fd741861e
11 changed files with 221 additions and 7 deletions

1
server/db.env.example Normal file
View File

@@ -0,0 +1 @@
MONGO_URI="mongodb://user:pass@localhost:27017/"