UNPKG

@misterzik/espressojs

Version:

EspressoJS Introducing Espresso.JS, your ultimate Express configuration starting point and boilerplate. With its simplicity and lack of opinionation, EspressoJS offers plug-and-play configurations built on top of Express.

21 lines (20 loc) 350 B
{ "instance": "development", "port": 8080, "hostname": "", "mongoDB": { "enabled": false, "port": null, "uri": "", "instance": "database" }, "api": { "enabled": false, "uri": "https://swapi.dev/api/people/", "url": "", "method": "GET", "headers": { "Content-Type": "application/json" } } }