Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 479 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 479 Bytes

COP4331-Project

Database


API Endpoints

Signup

Input Prameters

  • firstName
  • lastName
  • login
  • password
  • use regex to check email and phone number is valid

Login

Input Parameters

  • login
  • password

AddContact

Input Parameters

  • userId
  • firstName
  • lastName
  • email
  • phone
  • dateCreated

SearchContact

Input Parameters

  • userId
  • search (name to search)

DeleteContact

Input Parameters

  • userId
  • firstName
  • lastName

Front End