- Clone it in your computer.
- Change directory 'cd SEME-System'
- Install all dependencies 'npm install'
- "bcryptjs": "^2.4.3",
- "cors": "^2.8.5",
- "dotenv": "^16.3.1",
- "express": "^4.18.2",
- "express-validator": "^7.0.1",
- "jsonwebtoken": "^9.0.1",
- "mongoose": "^7.3.1"
Designing a SEME for the campus of IIT(ISM) Dhanbad
- The project devises a way to allow people to conveniently move in and out of campus using the best possible security forces and systems.
- In this system, the entire inflow of traffic can only be from the main gate. However, people may exit from multiple exit points allowing the conservation of fuel and energy.
- Various concepts pertaining to
Operating Systemswill be used including process scheduling for sending warning messages and channelising influx - The project also uses the
memory mappingfor efficient space usage.