Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 974 Bytes

File metadata and controls

34 lines (22 loc) · 974 Bytes

backend-kit

Greenkeeper badge

Documentation

Tech stack

This is a sample Node.js backend to get you started with the following stack quickly:

  • hapi.js, a server framework for Node.js
  • knex, SQL query builder

Misc

  • lodash, various useful JavaScript utils

Tools

Docker

docker run -p 5432:5432 -d postgres

DB

yarn db:init