
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
The Hapi Starter Kit is a lean boilerplate application for building RESTful APIs in Node.js using the hapi.js framework. It follows industry standard best practices and utilizes the latest async/await ES8 feature. This kit allows developers to bring their own front-end and plug in their own database.
The Hapi Starter Kit is a well-designed boilerplate for building RESTful APIs using the hapi.js framework in Node.js. It incorporates the latest ES8 features, provides convenient configuration and documentation tools, and includes testing and linting capabilities. This kit serves as a solid starting point for developers looking to quickly set up a robust RESTful API.

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.