Created API-Skeleton and some structure.

This commit is contained in:
2025-10-29 11:38:32 +01:00
parent 2edc0c9b29
commit a43895d918
4 changed files with 911 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "api-skeleton",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0"
}
}