Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 370 Bytes

ServerDesign.md

File metadata and controls

16 lines (13 loc) · 370 Bytes

Design document for Server Architecture

Database Objects

  • User
    • Schema: id, email, pw, gender (?) ??
  • Gig
    • Schema: id, accepted, contact email, dancers (count, male/female?), date, compensation ??
  • Formation Link?
    • Schema: id, comp/version?, link ??
  • Song Link?
    • Schema: ??

Endpoints

  • POST, GET, PUT, DEL for each Database Object
  • ??