/apoe4_api

Primary LanguageJavaScript

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