-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "shiftplanningsystem",
"version": "1.0.0",
"description": "This project is an Employee Shift Management System built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. The system allows an admin to view employee availability, create shifts, and assign them to employees based on their availability and time zones.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install-server": "cd backend && npm install",
"start-server": "cd backend && node app.js",
"install-frontend": "cd frontend && npm install",
"build-frontend": "cd frontend && npm run build",
"start-frontend": "cd frontend && npm run start"
},
"keywords": [],
"author": "Mayank Kumar Patel <themayank05@gmail.com>",
"license": "ISC"
}