andymeneely / dev-fortress-server

MIT License
4 stars 0 forks source link

Add initial API documentation #53

Closed ShaydeNofziger closed 7 years ago

ShaydeNofziger commented 7 years ago

This pull request adds the api-docs npm package and includes initial API documentation for the /api/user endpoints. I currently have the generated output ignored, but if we decide to continue moving on this, we can set it up on GitHub pages or something...

To test/run:

  1. npm install
  2. npm run apidocs
  3. open ./doc/index.html