-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Amit Shukla edited this page Aug 20, 2020
·
1 revision
- If you like this project, please consider giving it a star (*) and follow me at GitHub & YouTube.
An Electronic Visitor register App for storing Host & Guest Records, Picture Attendance with GPS Locations using user's mobile phone
The idea of contact tracing prompts some concerns regarding medical privacy, and public health officials take those concerns seriously. They are ethically and, in most states, legally bound to protect the information and use it only for public health purposes.
front-end: Angular 10back-end: Google Firestore / Firebase
Pro Version: AI, Machine Learning Algorithm supported Advance features
send an email to [email protected] for Pro version enquiries.
- Paperless Records for Visitors, Contact Tree and Host
- Save Visits with Pictures and GPS Locations
- Online and/or Offline App
- One App for multiple platforms (iOS, Android, Desktop, Cloud etc.)
- Instant access to ALL guest/host historical records at guest check-in.
- No Thumb expressions or card punching to verify identify.
- Auto Face Recognition (Pro version only).
- Live Contact instant Notifications (Pro version)
- Social Authentication
- Online and/or Offline (delayed capture) App
- One App for multiple platforms (iOS, Android, Desktop, Cloud etc.)
- Store and Access millions of records instantly
- Paperless and Mobile on-premise/private cloud App deployement
- Instant access to millions of current & historical records at anytime
- iOS/Android app (notification enabled) / Advance Custom features (Pro version only)
- Unlimited Storage (only limited to server/database hosting)
// Before we start, Please make sure you have latest version of node js installed.
// head out to https://nodejs.org/en/ and grab latest nodejs.
// Once you have nodejs installed, open command prompt/terminal window.
$ node -v // make sure, this command comes back with a node version
$ npm -v // make sure, this command comes back with a npm version
// How to Install NodeJS on Windows, Mac, Linux & ChromeOS
// First run
$ sudo apt-get update
// and then if needed
$ sudo apt-get install curl gnupg -y
// for nodejs version 14
$ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
$ sudo apt-get install -y nodejs
// Install Angular CLI
$ npm install -g @angular/cli
$ ng -v // make sure, this command comes back with a npm version
$ mkdir app
$ cd app
$ mkdir client
$ cd client
$ ng new SMS
$ cd SMS
$ ng serve
service cloud.firestore {
match /databases/{database}/documents {
// CTA App Rules START
// CTA App Rules END
}
}