Skip to content

the visit system is an application for registering when going to a place to minimize crowds during this pandemic.

Notifications You must be signed in to change notification settings

deanufriana/system_visitors

Repository files navigation

Visitor System

the visit system is an application for registering when going to a place to minimize crowds during this pandemic.

![Visitory System][product-screenshot]

here are some of the features available:

  • Visitor registration with visit limit to reduce crowds
  • There are statistics on how many visitors will come for the next 5 days
  • Visitors will get a QR code which will be submitted to the admin
  • The admin can scan the QR Code and make sure he's on the list to attend that day
  • admin can see all visitors who will attend

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Built With

This app was build using.

Installation

  1. install mysql

  2. clone the repo

git clone git@github.com:mysilkyheart/system_visitors.git
  1. Install NPM packages
npm install
  1. config .env
host = localhost
user = root
password =
database = visitors
  1. run app
npm run dev # for development
npm run build # for build app
npm run start # for run app production

Open http://localhost:3000 with your browser to see the result.

Contact

Devi Adi Nufriana - @deanufriana - deanheart09@gmail.com

Project Link: https://github.com/mysilkyheart/system_visitors

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

the visit system is an application for registering when going to a place to minimize crowds during this pandemic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published