Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 385 Bytes

NodeJs Starter kit

Stacks used

  • Express
  • Postgresql
  • Yarn

Change DB

You can remove pg and use database of your choice You can refer to Knex Documentation

Checklist

  • Babel
  • env config
  • DB setup
  • Docs
  • Formatter Setup
  • Validation
  • Logging
  • Error Handling
  • Testing
  • Authentication