MRdevX / miniature-game-ms

A Simple Game REST API Microservice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Miniature Games is a simple micro-service built on top of NestJs framework.

Features

  • Generic CRUD Controller and Service
  • Implemented Queue Service to handle tasks on background.
  • Uses Redis as Transport
  • Docker Support

Installation

$ yarn install

Running the app

# development

$ yarn start



# watch mode

$ yarn start:dev



# production mode

$ yarn start:prod

Running as a docker container

# using docker-compose

$ docker-compose up

License

Miniature Game is MIT licensed.

About

A Simple Game REST API Microservice.

License:MIT License


Languages

Language:TypeScript 96.4%Language:JavaScript 1.8%Language:Shell 1.3%Language:Dockerfile 0.4%