Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefellows/express-template

ExpressJS + ES6 + Docker Template
https://github.com/mefellows/express-template

Last synced: about 2 months ago
JSON representation

ExpressJS + ES6 + Docker Template

Awesome Lists containing this project

README

        

# Express JS Template

Features:

* Express JS API
* ES6 with latest features via Babel
* Statsd metrics instrumentation (API Client and Routes)
* Loggin via Bunyan
* Dotenv

TODO:
* Database integration (Sequelize/Waterline)

## Table of contents

* [Running the API locally](#runnng-the-api-locally)
* [Metrics](#metrics)
* [Docker](#docker)
* [Error Logging](#error-logging)
* [Pact Testing](/test/pact/)