Initial commit

This commit is contained in:
2025-10-20 18:21:55 -03:00
commit 9a539e4b4b
67 changed files with 4822 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "mern-application",
"version": "0.1.0",
"private": true,
"homepage": "/",
"author": "Ben Elferink <ben.elferink@icloud.com> (https://github.com/BenElferink)",
"repository": {
"type": "git",
"url": "https://github.com/BenElferink/mern-template.git"
},
"bugs": {
"url": "https://github.com/BenElferink/mern-template/issues",
"email": "ben.elferink@icloud.com"
},
"scripts": {}
}