Skip to content

BioKey/biokey-backend

Repository files navigation

biokey-backend

Installation

git clone https://github.com/BioKey/biokey-backend.git
cd biokey-backend
npm install

Testing

npm test

Documentation

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.

Authenticated Requests

To make authenticated requests pass a header with the authorized token.

{
  "authorization": "tokenthatwasmade"
}