diff --git a/package.json b/package.json index 061361d..93f6a76 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,15 @@ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "dependencies": { - "express": "^4.18.2", "cors": "^2.8.5", "dotenv": "^16.3.1", - "multer": "^1.4.5-lts.1" + "express": "^4.18.2", + "multer": "^1.4.5-lts.1", + "socket.io": "^4.8.1" }, "devDependencies": { - "nodemon": "^3.0.2", "jest": "^29.7.0", + "nodemon": "^3.0.2", "supertest": "^6.3.4" } } diff --git a/public/css/style.css b/public/css/style.css index 908bc2b..eba9de4 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -25,3 +25,7 @@ h1 { /* adjust size as you like */ height: auto; } + +#progress-container { + display: none; +} diff --git a/public/index.html b/public/index.html index a0a7bab..26ab09e 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,8 @@