{"id":28998852,"url":"https://github.com/giridharans1729/vms","last_synced_at":"2026-05-04T01:33:58.018Z","repository":{"id":296701121,"uuid":"815262906","full_name":"GiridharanS1729/VMS","owner":"GiridharanS1729","description":"Efficient Visitor Management System using Angular, Node.js, MongoDB, and RESTful APIs.","archived":false,"fork":false,"pushed_at":"2025-06-01T12:47:58.000Z","size":13734,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T21:38:46.959Z","etag":null,"topics":["angular","angularjs","api","api-rest","mongo","node-js","nodejs"],"latest_commit_sha":null,"homepage":"https://vms-g.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GiridharanS1729.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-06-14T17:56:43.000Z","updated_at":"2025-06-01T12:48:01.000Z","dependencies_parsed_at":"2025-06-01T21:48:52.103Z","dependency_job_id":null,"html_url":"https://github.com/GiridharanS1729/VMS","commit_stats":null,"previous_names":["giridharans1729/vms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GiridharanS1729/VMS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharanS1729%2FVMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharanS1729%2FVMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharanS1729%2FVMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharanS1729%2FVMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiridharanS1729","download_url":"https://codeload.github.com/GiridharanS1729/VMS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharanS1729%2FVMS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261829041,"owners_count":23216073,"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":["angular","angularjs","api","api-rest","mongo","node-js","nodejs"],"created_at":"2025-06-25T07:39:28.940Z","updated_at":"2025-11-27T12:07:28.220Z","avatar_url":"https://github.com/GiridharanS1729.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visitor Management System 🌟\n[View Report](/output/22ITR025_VMSReport.pdf)\n\nWelcome to the **Visitor Management System**! This project is designed to efficiently manage visitors using modern web technologies like Angular, Node.js, TypeScript, MongoDB, and RESTful APIs. The system also includes payment services for enhanced functionalities.\n\n![Visitor Management System](/output/Screenshots/main.png)\n\n## 🚀 Features\n\n- **Real-time Visitor Tracking**: Keep track of visitors in real-time.\n- **Secure Payments**: Integrated payment services for premium features.\n- **Responsive Design**: Mobile-friendly interface.\n- **Comprehensive Dashboard**: Overview of visitor statistics.\n- **Easy Integration**: Simple API for integrating with other systems.\n- **Text Extraction**: Extract text content from visitor inputs.\n\n## 🛠️ Technologies Used\n\n- **Frontend**: \n ![Angular.js](https://img.shields.io/badge/angular.js-%23E23237.svg?style=for-the-badge\u0026logo=angularjs\u0026logoColor=white) \n ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white) \n- **Backend**:  ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white) \n ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB) \n- **Database**:  ![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white) \n- **API**: RESTful services\n- **Payments**: Integrated GPay component\n\n## 📸 Screenshots\n\n**Add new visitor**\n![Dashboard Screenshot](/output/Screenshots/dash.png)\n**View all visitors**\n![Visitor Log](/output/Screenshots/log.png)\n\n## 📋 Prerequisites\n\n- Node.js \u0026 npm: [Download and Install](https://nodejs.org/)\n- MongoDB: [Download and Install](https://www.mongodb.com/try/download/community)\n\n## 📦 Installation\n\n1. **Clone the repository**\n    ```sh\n    git clone https://github.com/GiridharanS1729/VMS.git\n    cd VMS\n    ```\n\n2. **Install dependencies for the frontend**\n    ```sh\n    cd client\n    npm install\n    ```\n\n3. **Install dependencies for the backend**\n    ```sh\n    cd server\n    npm install\n    ```\n\n\n## 🚀 Running the Application\n\n### Running the Backend\n\n1. **Open Terminal 1**\n2. **Navigate to the backend folder**\n    ```sh\n    cd VMS/server\n    ```\n3. **Run the backend server**\n    ```sh\n    npm start\n    ```\n\n    The backend server will be available at `http://localhost:4201`\n\n### Running the Frontend\n\n1. **Open Terminal 2**\n2. **Navigate to the root project directory**\n    ```sh\n    cd VMS/client\n    ```\n3. **Run the frontend server**\n    ```sh\n    npm start\n    ```\n\n    The frontend application will be available at `http://localhost:4200`\n\n## 🚦 How to Use\n\n1. **Register an Account**: Sign up as an admin to manage visitors.\n2. **Login**: Log in using your credentials to access the main page.\n3. **Add Visitors**: Add visitor details through the dashboard.\n4. **Extract Text Content**: Use the text extraction feature to capture visitor details.\n5. **Track Visitors**: Monitor the entry and exit of visitors in real-time.\n6. **CRUD Operations**: Perform Create, Read, Update, and Delete operations on visitor data using the integrated API.\n7. **Payment**: Users can pay using the integrated Pay component for any premium features or by using GPay QR Code.\n\n## 🤝 Contributing\n\nWe welcome contributions! Please read our [CONTRIBUTING.md](https://github.com/GiridharanS1729/VMS/blob/main/CONTRIBUTING.md) for guidelines on how to contribute to the project.\n\n## 📫 Contact\n\nFor any inquiries or issues, please contact us at:\n- **Email**: giridharans1729@gmail.com\n- **Twitter**: [@GiridharanS1729](https://x.com/Giridharans1729)\n- **LinkedIn**: [@giridharans1729](https://www.linkedin.com/in/giridharans1729/)\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/GiridharanS1729/VMS/blob/main/LICENSE) file for more details.\n\n---\n\nMade with ❤️ by [Giridharan S](https://github.com/GiridharanS1729)\n\n![GitHub Logo](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiridharans1729%2Fvms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiridharans1729%2Fvms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiridharans1729%2Fvms/lists"}