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/server
Install dependencies
npm install
Run the project
node Src/app.js
Note : Make sure to add .env file for enviorment variables.
Go to the project directory
cd verifyIt-Hackprints/client_App
Install dependencies
npm install
Run the project
expo start
Go to the project directory
cd verifyIt-Hackprints/client_Web
Install dependencies
npm install
Run the project
npm start