Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 204 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 204 Bytes

node-rest

A NodeJS App that provide a REST API from Markdown files.

.env file

PORT=<port>
HOST=<host>
LOGGER=<bool>
POSTS="<folder path>"
CODES="<folder path>"
PORTFOLIO="<folder path>"