Skip to content

raghuboosetty/contact_management_system

Repository files navigation

Contact Management System

Entity Relationships

Employee
has_many :groups

  • first_name: string
  • last_name: string
  • email: string
  • aadhar: integer
  • password: string
  • password_confirmation: string

Group
belongs_to :employee
has_many :contacts

  • name: string: unique
  • status: boolean

Contact
belongs_to :group

  • name: string
  • email: string
  • mobile: integer

Releases

No releases published

Packages

No packages published