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.
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
This app was build using.
-
install mysql
-
clone the repo
git clone git@github.com:mysilkyheart/system_visitors.git
- Install NPM packages
npm install
- config .env
host = localhost
user = root
password =
database = visitors
- 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.
Devi Adi Nufriana - @deanufriana - deanheart09@gmail.com
Project Link: https://github.com/mysilkyheart/system_visitors
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.