- NodeJS
- Yarn (optional / recommended)
Install dependencies:
yarn
Create .env file at root folder, an example is provided at /etc/config
touch .env
Run via localhost:
yarn start
Optionally, generate interactive documentation (/api-doc)
yarn doc-gen