Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.06 KB

backend.md

File metadata and controls

27 lines (21 loc) · 1.06 KB

What's That Chord Doing?

What's That Chord Doing?'s API is built on Node/Express

Dependencies:

Our backend is RESTful, consists of seven CRUD endpoints, and manages/serves account- and score-keeping-data for our app.

Authentication is with JWT, stored passwords are hashed using bcrypt.

We aggressively filter "profane" account names, because they're globally-viewable, and... who knows?