Skip to content

Visitorex is a front-desk software that helps companies manage their visitors in a smarter way.

Notifications You must be signed in to change notification settings

zicodeng/visitorex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visitorex

Overview

Visitorex is a front-desk software that helps company manage visitors in a smarter way.

User Stories

As a visitor, I want to...

  • quickly check in so that I do not have to awkwardly stand there for minutes.

As a visitor, I do not want to...

  • reveal too much personal information.

As a front-desk staff, I want to...

  • ensure all visitors are checked in before they can enter the company.
  • ensure all visitors to sign a NDA form before they can enter the company.
  • know how many visitors we had over the last month.
  • know how many visitors we had today.
  • receive a notification when a visitor checks in.
  • search for a specific visitor given his/her first name, last name, to see, date, and/or time in.
  • search for all visitors between a given start date and end date.
  • export my search results as CSV file so that I can import it to spreadsheet.
  • delete an office that I might have created by accident.
  • view all visitors in a specific office.
  • view all visitors in all offices.

Features

Admin Authentication

Admin Sign In

Admin Sign Up

Simple Visitor Check-In

Visitor Check In

Thank You

Graph Report and In-Depth Analysis

Graph Report

Notification

Notification Banner

Notification Detail

Multi-Token and In-Memory Searching

Search All

Search Zico

Search Multi-Token

Export Your Search Results to CSV

Export CSV

Create and Manage Multiple Offices in a Single Dashboard

New Office

Development

Software Architecture

Client-Side

Install all dependencies

npm install

Start webpack-dev-server

npm run start

Server-Side

Gateway

Start gateway, Redis, MQ, and MongoDB Docker containers.

cd path/to/gateway

sh dev.sh

Visitor Microservice

Install all dependencies

npm install

Start visitor microservice

cd path/to/visitor

sh dev.sh

About

Visitorex is a front-desk software that helps companies manage their visitors in a smarter way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published