Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.15 KB

Cabot Knowledge-base: NodeJS + HAPI + MySQL project

A basic starter repo that can be cloned and used for new API services.

About the project

  • Basic structuring of a REST based project
  • Usage of Hapi framework
  • REST documentation using Swagger
  • Usage of core MySQL module in Hapi (We should start using other ORM modules)
  • Route validations using Joi
  • Usage of Glue to unify the manifest
  • Logger using good-file module

Installation & set-up

IMPORTANT

  • If you want to do some changes to the project, create a new branch and raise a merge request against master.