Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mefellows/express-template
- Owner: mefellows
- License: mit
- Created: 2015-12-14T09:17:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T13:04:16.000Z (about 9 years ago)
- Last Synced: 2024-10-11T22:55:31.755Z (2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* DotenvTODO:
* 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/)