lineldcosta / typescript-node-rest-api-boilerplate

Node.js REST API boilerplate built with typescript, Node, Jest, pm2, express, postgresql, slonik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is rest based nodejs boilerplate application, which uses router-services-model architecture.

Requirements

NodeJS

Install global TypeScript and TypeScript Node

npm install -g typescript ts-node

Clone this repository

git@github.com:lineldcosta/typescript-node-rest-api-boilerplate.git

Then install the dependencies

npm install

To Run the application in production mode

yarn start-prod

To Run the application in development mode

yarn start-dev

To Run the tests

Yarn jest

About

Node.js REST API boilerplate built with typescript, Node, Jest, pm2, express, postgresql, slonik

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%