Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.14 KB

SOLUTIONS.md

File metadata and controls

33 lines (23 loc) · 2.14 KB

Product 👋 Stack 👋 Solutions

Product Stack Solution Documentation

Every solution should include comprehensive documentation, which explains at least:

  1. Why there is a need in this solution. A couple of use cases.
  2. How to use this solution. A couple of code samples.
  3. Is there any limitations now or in the future we need to know about before using it.

Conventions

Name Status Description
JS Style Javascript style conventions
Node.JS conventions Node.JS, package.json conventions
PDF generation service Service that allow generate PDF documents from html files

Standalone packages

Name Status Description Distribution
Handy MongoDB layer Handy MongoDB layer with database transaction log capabilities npm package: @paralect/mongo-node8
Config management Describe a common way and show example of managing configs for different environments source code
Common logger Should support logging to the File, Logstash, Loggly npm package: @paralect/common-logger

Starter apps

Name Status Description Distribution
Koa.JS React.JS starter app A simplest way to start your Koa/React.JS based app. source code
Koa.JS 2 api application starter Simple API starter that already have logging, connection to MongoDB and sample resource implementation source code