{"id":17008571,"url":"https://github.com/neozhu/visitormanagement","last_synced_at":"2025-05-16T03:05:27.951Z","repository":{"id":37300807,"uuid":"476958455","full_name":"neozhu/visitormanagement","owner":"neozhu","description":"helps in managing visitors visiting the institutions for various reasons. It allows visitors to check-in digitally to eliminate the tedious registeration and other paperwork. Additionally, it also keeps a track of every individual inside the campus and their timings. Institutions has guards who enter their detail in some notebooks to keep a log which are practically impossible to reconcile. It is really unpleasent and hectic for visitor to stand at the gate and give details about the visit. To ease the process of registeration, Entry-In, Entry-Out, time tracking and logging the history, this VMS can be of great use!! ","archived":false,"fork":false,"pushed_at":"2024-12-10T10:31:22.000Z","size":1858,"stargazers_count":369,"open_issues_count":2,"forks_count":129,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-04-08T13:13:00.282Z","etag":null,"topics":["blazor","visitor-management"],"latest_commit_sha":null,"homepage":"https://visitor.blazorserver.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neozhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-02T05:38:21.000Z","updated_at":"2025-04-07T09:10:07.000Z","dependencies_parsed_at":"2024-10-26T21:21:03.877Z","dependency_job_id":"b9bd2fc3-2eeb-4288-ba38-7eeb2fac2dd8","html_url":"https://github.com/neozhu/visitormanagement","commit_stats":{"total_commits":79,"total_committers":1,"mean_commits":79.0,"dds":0.0,"last_synced_commit":"0ace6b12d4d2b217fc07636bc7842270b3888919"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozhu%2Fvisitormanagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozhu%2Fvisitormanagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozhu%2Fvisitormanagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozhu%2Fvisitormanagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neozhu","download_url":"https://codeload.github.com/neozhu/visitormanagement/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","visitor-management"],"created_at":"2024-10-14T05:28:39.986Z","updated_at":"2025-05-16T03:05:22.943Z","avatar_url":"https://github.com/neozhu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# visitor management\n\n[![Build](https://github.com/neozhu/visitormanagement/actions/workflows/dotnet.yml/badge.svg)](https://github.com/neozhu/visitormanagement/actions/workflows/dotnet.yml)\n[![Docker Image CI](https://github.com/neozhu/visitormanagement/actions/workflows/docker-image.yml/badge.svg)](https://github.com/neozhu/visitormanagement/actions/workflows/docker-image.yml)\n\n\nhelps in managing visitors visiting the institutions for various reasons. It allows visitors to check-in digitally to eliminate the tedious registeration and other paperwork. Additionally, it also keeps a track of every individual inside the campus and their timings. Institutions has guards who enter their detail in some notebooks to keep a log which are practically impossible to reconcile. It is really unpleasent and hectic for visitor to stand at the gate and give details about the visit. To ease the process of registeration, Entry-In, Entry-Out, time tracking and logging the history, this VMS can be of great use!! \n\n# Live Demo\n+ http://106.52.105.140:6103/ (Please use IP access if you are from outside China)\n+ [https://visitor.blazorserver.com/](https://visitor.blazorserver.com/)\n\n![image](https://user-images.githubusercontent.com/1549611/183225025-96295845-add4-4b00-89d5-8d280a08c192.png)\n\n# Process flow\n![Dashboard](doc/flow_chart.jpg)\n\n## Development Environment\n- Microsoft Visual Studio Community 2022 (64-bit)\n- SQL Server Express 2019 LocalDB\n- Docker\n- .NET 7.0\n  \nRemember to install LocalDB in visual studio 2022.\n\u003cimg width=\"965\" alt=\"image\" src=\"https://github.com/neozhu/visitormanagement/assets/1549611/61394d05-bc64-4b8b-80cc-c8d563839f8e\"\u003e\n\n## Debugging and Running in Visual Studio 2022\n1. Clone the repo. cmd: `git clone https://github.com/neozhu/visitormanagement.git`\n2. Go to the project folder and open `CleanArchitecture.Blazor.sln`\n3. Debugging it.\n4. \n\u003cimg width=\"1519\" alt=\"image\" src=\"https://github.com/neozhu/visitormanagement/assets/1549611/1fc491e3-af40-4ca8-9b5c-6ab70050112f\"\u003e\n\n\n## Docker compose https deployment\n- Create self-signed development certificates for the project\n    - cmd: `dotnet dev-certs https -ep $env:USERPROFILE\\.aspnet\\https\\Blazor.Server.UI.pfx -p Password@123`\n    - cmd: `dotnet dev-certs https --trust`\n- Manage User secrets to save password \n    - cmd: `dotnet user-secrets init `\n    - cmd: `dotnet user-secrets -p Blazor.Server.UI.csproj set \"Kestrel:Certificates:Development:Password\" \"Password@123\"`\n## Docker compose run\n- cd project directory eg:  .\\vsitormanagement\n    - cmd: `docker-compose -f ./docker-compose.yml up --build -V --remove-orphans`\n\u003cimg width=\"1146\" alt=\"image\" src=\"https://github.com/neozhu/visitormanagement/assets/1549611/e5c81536-dcf1-46b0-9d4a-fa61ca5009ac\"\u003e\n\n\n# Features of Visitor Pass Management System Software\n  + Ease of Use.\n  + Smart visitor service with pre-registered , pre-visitor or can be\n  + registered quickly, check-in, visitors are made to feel expected and welcome.\n  + Attractive Dashboard Report with (Employees,Bookings,Visitors,Book Details etc)\n  + Add User with different types information specially roles\n  + Employee full details with Booking and Attendance Details\n  + Add Attendance and Add Bookings with Booking Group Details\n  + Visitor’s Dynamic Information\n  + Pre-Register Information\n  + Settings : General, Notification, Photo \u0026 Card Id,\n  + Email \u0026 Sms template, Email,  Front-end Settings\n  + Notifications that Match Receivers’ Preferences.\n  + Preregistration and Repeat Visitor Features.\n  + Visitor Photo Capture.\n  + Visitor Badge Printing.\n  + Legal Document eSignature Capture.\n  + Cloud-Based Visitor Logbook.\n  + Secured Data.\n  + Fast Processes More visitors in less time span\n  + Appointment scheduler A centralized web-based appointment scheduler\n  + Alerts Email/SMS and IP phone integration is available\n\n# About Project\n+ Language: DotNet c#\n+ Server: IIS, Docker\n+ Platform: Windows, Linux, MacOS\n+ Database: SQL Server\n+ Design UI: MudBlazor\n+ Browser: Chrome, Firefox, Safari, IE, Edge\n+ Hosting: Azure, Digital Ocean, AWS, Heroku\n\n# The End\ngive me your feedback and suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneozhu%2Fvisitormanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneozhu%2Fvisitormanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneozhu%2Fvisitormanagement/lists"}