Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 457 Bytes

APOE4 API

Installation

    npm install
    cp .env.sample .env
    npm run watch

visit http://localhost:7777

Documentation

Visit APIDOCJS to learn how to use doc blocks. You can also check the AuthController for an existing documentation format.

To generate documentation:

    npm run apidoc

Contributing

Please make your changes to the dev branch.