Initial commit

This commit is contained in:
2023-09-27 17:13:14 +02:00
commit c9e7cc243b
10 changed files with 646 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2"
}
}