kool814 / expressApi

Tutorial to create a Rest API with Express, PostgreSQL, and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Rest API with Express, PostgreSQL, TypeOrm, and TypeScript

On this occasion, I'm going to try to explain how to create a simple Rest API using Express framework, PostgreSQL, and coding with TypeScript.

Prerequisites

Please make sure that Node.js (>= 10.13.0) is installed on your operating system and docker.

You can follow the tutorial at Create a Rest API with Express, PostgreSQL, TypeOrm, and TypeScript.

Get started

git clone https://github.com/bautistaj/expressApi
cd expressApi
npm run install
npm run tsc
node ./build/server.js

About

Tutorial to create a Rest API with Express, PostgreSQL, and TypeScript.


Languages

Language:TypeScript 100.0%