Skip to content

Latest commit

 

History

History
105 lines (68 loc) · 2.12 KB

README.md

File metadata and controls

105 lines (68 loc) · 2.12 KB

VerifyIt

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.

Features

  • 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

Tech Stack

Here we use these technical components :

ruby version

Client: React, React Native, TailwindCSS

Server: Node, Express, MongoDB

Run Locally

Clone the project

  git clone https://github.com/my1243/verifyIt-Hackprints.git

to start the SERVER

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.

to start the Client Application

Go to the project directory

  cd verifyIt-Hackprints/client_App

Install dependencies

  npm install

Run the project

  expo start

to start the Client Web ( Admin only )

Go to the project directory

  cd verifyIt-Hackprints/client_Web

Install dependencies

  npm install

Run the project

  npm start

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot