VerifyIt is a mobile application which helps faculty to verify students who are sitted in examination hall. On the other hand admin/exam dept. head (Web based interface) can assign various blocks to different different faculties and in turn each faculty can verify blocks assigned to them.
- Assign Blocks - Blocks/hall can be assigned to faculty who is examiner.
- Verify Students - Verify students using VerifyIt application by examiner.
- Maintain records - Admin can track all the records.
- Manage Faculties & Students
Here we use these technical components :
Client: React, React Native, TailwindCSS
Server: Node, Express, MongoDB
Clone the project
git clone https://github.com/my1243/verifyIt-Hackprints.git
Go to the project directory
cd verifyIt-Hackprints/serverInstall dependencies
npm installRun the project
node Src/app.jsNote : Make sure to add .env file for enviorment variables.
Go to the project directory
cd verifyIt-Hackprints/client_AppInstall dependencies
npm installRun the project
expo startGo to the project directory
cd verifyIt-Hackprints/client_WebInstall dependencies
npm installRun the project
npm start



