🎉 🚧 Start working on backend

This commit is contained in:
2025-03-06 10:14:21 +01:00
parent 3217b2c4c3
commit c4b9f9287f
17 changed files with 1591 additions and 0 deletions

3
.env.sample Normal file
View File

@ -0,0 +1,3 @@
LISTEN_HOST=0.0.0.0
LISTEN_PORT=3000
MONGO_URI="mongodb://127.0.0.1:27017/"