initial commit

This commit is contained in:
Nuno Coração
2023-07-25 10:37:56 +01:00
parent e4a17a52bc
commit 0116c081ef
8 changed files with 1590 additions and 0 deletions

3
app/config/keys.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
mongoProdURI: 'mongodb://todo-database:27017/todoapp',
};