https://github.com/maneeshavr/visitor_management_system
Spring Boot application for managing visitors, providing seamless visitor tracking and management features.
https://github.com/maneeshavr/visitor_management_system
postman springboot
Last synced: 5 months ago
JSON representation
Spring Boot application for managing visitors, providing seamless visitor tracking and management features.
- Host: GitHub
- URL: https://github.com/maneeshavr/visitor_management_system
- Owner: ManeeshaVR
- Created: 2024-09-12T06:11:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T07:45:37.000Z (over 1 year ago)
- Last Synced: 2025-02-10T22:44:08.632Z (over 1 year ago)
- Topics: postman, springboot
- Language: Java
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Visitor Management System
This is a Spring Boot application developed for test at **Ceyentra Technologies** to manage and track visitors. It provides features such as visitor registration, check-in/check-out management, and visitor activity tracking.
## Overview
The **Visitor Management System** is designed to streamline the process of registering and monitoring visitors in an office environment. It allows front desk staff to register new visitors, and track their check-in and check-out times. The system can be integrated with security measures to ensure seamless visitor management.
## Features
- Register new visitors
- Visitor check-in and check-out
- Track visitor activity
- Card system
- Manage employees
- Track visit building & floors
## Technologies
- **Spring Boot** (Backend)
- **Spring Data JPA** (Database Management)
- **MySQL** (Database)
- **Maven** (Build Automation)
- **REST APIs** (For interaction with the frontend)
### Prerequisites
- Java 17 or above
- Maven
- IDE (IntelliJ IDEA, Eclipse, etc.)
## Document
- **Entity Relationship Diagram:** [https://drive.google.com/file/d/1OIOq2Vyx3CFQhug1uRsPeRKrEsig3z-4/view?usp=sharing](https://drive.google.com/file/d/1OIOq2Vyx3CFQhug1uRsPeRKrEsig3z-4/view?usp=sharing)
- **Postman API Documentation:** [https://documenter.getpostman.com/view/28127032/2sAXqy2yjj](https://documenter.getpostman.com/view/28127032/2sAXqy2yjj)