Skip to content

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

Notifications You must be signed in to change notification settings

bautistaj/expressApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published