Documentation is available here
A live version of the API is available here
In order to use this backend, clone this repo and run npm install
on your local copy, then run npm run server
to start up your local copy. In order to use auth, you need to set up a .env file with an AUTH_SECRET
so the authorization middleware has something to hash with.