/node-typescript-postgresql

RESTful API built with Nodejs, Express, TypeScript, PostgreSQL, Swagger...

Primary LanguageTypeScript

node-typescript-postgresql

Boilerplate code of a RESTful API built with Nodejs, Express, TypeScript, PostgreSQL...


Requirements

Docker
Node
Yarn (recommended)

Doker setup

docker run -t -d -p 5432:5432 postgres:10-alpine

Install dependencies

yarn install

Usage

To run the development server:

yarn run dev

To run pm2:

yarn run start