Skip to content

Instantly share code, notes, and snippets.

@hetbrahmbhatt
hetbrahmbhatt / Vaccination Management System
Last active December 8, 2021 02:00
Vaccination Management System
User registration
---> valid unique unchangeable email
---> first name, middle name (optional) and last name
---> Date of Birth: Month, Date, and Year.
---> Address: Street and number (optional), City, State, Zip Code.
---> MRN -> PK generated by the system. must all be digits with size 3-9 and no leading zeroes allowed.
---> gender -> male,female and other.
User Roles
---> Patient and Admin