rishighan / posts-service

Posts microservice for rishighan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

posts-service

Microservice built using moleculer for posts and series resources on rishighan.com docker-compose configuration includes:

  1. posts-api which exposts all the endpoints
  2. bitnami/mongodb which spins up a mongo instance in standalone mode

Build Setup

# Install dependencies
npm install

# Start development mode with REPL
npm run dev

# Run unit tests
npm test

# Run continuous test mode
npm run ci

# Run ESLint
npm run lint

About

Posts microservice for rishighan.com

License:Apache License 2.0


Languages

Language:JavaScript 84.9%Language:Shell 13.5%Language:Dockerfile 1.5%