emersonmatsumoto / express-mongoose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Template

Express on docker with unit test, lint and logger.

Getting Started

Node

npm install

npm start

Docker

docker build -t express-template .

docker run --rm -p 3000:3000 --name express express-template

Running the tests

npm install

npm run test

Running the tests coverage

npm install

npm run test:coverage

Running lint

npm install

npm run lint

License

This project is licensed under the MIT License - see the LICENSE file for details

About

License:MIT License


Languages

Language:JavaScript 95.2%Language:HTML 2.0%Language:Dockerfile 1.5%Language:CSS 1.2%