Skip to content

JuddBE/COP4331-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •