This commit is contained in:
2018-05-16 18:25:55 +03:00
commit fa053c63d5
9 changed files with 10556 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
PORT=4000
MONGODB_URI="mongodb://localhost/todolist"