Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 332 Bytes

Boilerplate to node API

This is a boilerplate to be used on nodeJS projects.

Its already read for

  • ESLint
  • Sonarqube scanner
    • Configured in sonar-project.js
    • Ready for localhost:9000 sonar
  • Test (Jest)
    • Configure in jest.config.js
    • Jest Sonar Reporter
  • Cross-env (to read .env files)
  • nodemon
  • sqlite3
  • husyrc