Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 657 Bytes

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"
}