Giter Club home page Giter Club logo

raw-node-boilerplate's Introduction

raw-node-boilerplate

Features

  • Winston Logger/Elasticsearch
  • Dockerized
  • ES9
  • Error Escallations (Application Level)
  • JEST suit (unit & e2e)
  • Stryker
  • Express Status Monitor
  • Swagger (Swagger UI)
  • Sequelize
  • Liquibase
  • ESLint (Autofix CLI + Git Pre-Commit Hook)
  • SonarQube (Native Scanner + Report Dashboard)

Building Blocks

Running the project

  • Quick Start : npm start
  • Health Status Monitor : /status
  • Swagger API Docs : /api-docs

Build & Run the project in Docker

  • npm run docker:build
  • npm run docker:run

Unit Tests

  • npm run test

Mutation Tests

  • stryker run
  • npx stryker run --fileLogLevel trace --logLevel debug (Debug Stryker Execution)

Liquibase Migration

  • npm run migration
  • LQ_OP_COUNT=1 npm run undo-migration (Rollback with Count : LQ_OP_COUNT : 1 as Default )

Running Linter

  • npm run eslint-autofix <filepath/folder-pattern> (Lint for specific files)

SonarQube

  • npm run sonarqube (Local SonarQube Server)
  • npm run sonar (Sonar Project Scan)
  • SonarQube Report : http://localhost:9000

Folder Structure

Building Blocks

System Context

Building Blocks

raw-node-boilerplate's People

Contributors

akshaykarode avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.