Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 412 Bytes

express-backbone

Minimal express backbone with:

  • linting
  • basic routing examples
  • basic error handling
  • postgres integration. No ORM - SQL first dynamic router
  • jest tests

What's needed

  • A postgres installed somewhere
  • A properly configured .env file (see env.sample)
  • A properly configured .env.test file. It must point to a test database
npm install
npm start / npm run dev
npm test