soker90 / node-express-microservice

NodeJS RESTful API Microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-express-microservice

GitHub dependencies Status devDependencies Status codecov

This repository contains a API Microservice Starter.

Requirements

Start in development

You have to use the following command to start a development server:

npm run start:dev

Start in production

Use following command to start project on staging and production environments:

npm start

Tests

Following tests libraries are used for unit/integration tests:

Use following command to run tests coverage:

npm test

Docker container

See Dockerfile for more details.

Examples

About

NodeJS RESTful API Microservice

License:MIT License


Languages

Language:JavaScript 99.4%Language:Dockerfile 0.6%