git clone https://github.com/BioKey/biokey-backend.git
cd biokey-backend
npm install
npm test
Document all routes as can be seen in the auth routes. Upon completion, run npm run docs
and view the rendered documentation under ./docs
. Most recently rendered and committed documentation can be viewed online.
To make authenticated requests pass a header with the authorized token.
{
"authorization": "tokenthatwasmade"
}