Skip to content

dtjldamien/verify-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify Access

Verify Access utilises the Verify to allow entry to areas where guests are required to provide a form of identification. Think of places such as condominiums, office buildings or even army camps. Check out Google Slides Deck for the documentation. Hosted by Azure Web Service.

Features

  • Visitor check in
  • Visitor check out
  • View list of visitors at the premise

Tech Stack

  • Vue.js - Frontend web application
  • Tailwind CSS - UI framework of choice
  • Node.js - Backend to provide RESTful APIs and Mock Verify server
  • MongoDB - Document database to store visitor records
  • Azure - Cloud environment

Installation

Verify Access requires Node.js to run.

  1. Install required node modules
npm install
npm run setup
  1. Build Vue.js and start Express server
npm run build
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published