Add front-end

This commit is contained in:
2026-03-04 20:58:34 +01:00
commit 29179581a6
7 changed files with 1862 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "images-scrapper-js",
"version": "1.0.0",
"description": "",
"license": "GPL-3.0",
"author": "GabiZar",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.2.1"
}
}