Boilerplate code of a RESTful API built with Nodejs, Express, TypeScript, PostgreSQL...
Docker
Node
Yarn (recommended)
docker run -t -d -p 5432:5432 postgres:10-alpine
yarn install
To run the development server:
yarn run dev
To run pm2:
yarn run start