So far, I haven't really thought about security, so I need to:
research most common API vulnerabilities
research how to harden an express API specifically
decide whether to use middleware or roll my own? (probably middleware, but I don't know at this stage. The app might be small enough that this would be an interesting experiment.)
So far, I haven't really thought about security, so I need to:
Then do the work!