upload files

This commit is contained in:
sbinsalman
2025-11-25 11:11:42 -07:00
commit 36f9a5e69b
41 changed files with 1971 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "sleekboard",
"version": "1.0.0",
"description": "This project consists of a **Node.js backend** and a **React frontend**, both located in their respective subdirectories.",
"homepage": "https://github.com/nmoham46/SleekBoard#readme",
"bugs": {
"url": "https://github.com/nmoham46/SleekBoard/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nmoham46/SleekBoard.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm run dev --prefix frontend\" \"npm run start --prefix backend\""
},
"devDependencies": {
"concurrently": "^9.2.1"
}
}