Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 328 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 328 Bytes

Node Postgres Boilerplate

Node Postgres Boilerplate

A simple boilerplate to work with Node and Postgres

Features

  • Node
  • Postgres
  • Express
  • Sequelize
  • Nodemon
  • Prettier
  • Sucrase

How to Install

yarn

How to use

Development server:

yarn dev

Debugger:

yarn dev:debug