Vaccination System

This project aims to simulate a vaccination system, where users can register to get vaccinated.

📝 Features

  • A user can only receive the same vaccine type for second dose
  • It generates a report that informs quantity and due date for all vaccines in stock
  • It generates a report with all users and their vaccine type, dose and personal data
  • The quantity of vaccines available in stock decreases automatically after each schedule
  • CRUD for all entities

🔧 Main Tools

  • Spring Boot
  • Java
  • Thymeleaf
  • MariaDB