Skip to content

Minimal express backbone with linting, basic routing examples, basic error handling, postgresql integration and jest tests

License

Notifications You must be signed in to change notification settings

micheletriaca/express-backbone

Repository files navigation

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

About

Minimal express backbone with linting, basic routing examples, basic error handling, postgresql integration and jest tests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published