llTheBlankll / attendance-system-api-springboot

This project is an Attendance System API built using Spring Boot, WebSocket, and JWT Authentication. The system provides a robust solution for tracking and managing attendance records, with support for real-time updates through WebSocket communication. This attendance is based on the education system of the Philippines
GNU General Public License v3.0
5 stars 2 forks source link
collaborate collaboration github learn realtime-messaging spring-boot spring-framework spring-security springboot websocket

Attendance System API

![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)

Overview

This project is an Attendance System API built using Spring Boot, WebSocket, and JWT Authentication. The system provides a robust solution for tracking and managing attendance records, with support for real-time updates through WebSocket communication.

Features

Technologies Used

Getting Started

Prerequisites

Installation

Open INSTALL.md for installation instructions.

Authentication

Secure your API endpoints using JWT authentication. Include the JWT token in the request header:

Authorization: Bearer your_jwt_token

Contributors