TypeScript REST API with NodeJS, Postgres & TypeORM

Опубликовано: 12 Ноябрь 2021
на канале: Kris Foster
30,620
318

We're going to build a REST API using TypeScript, node, docker, postgres & TypeORM.

In this first video we're going to be initializing the project using the TypeORM CLI. We're then going to run postgres inside a docker container & our application will be able to connect to it.

Code: https://github.com/kriscfoster/typesc...

Install NodeJS: https://nodejs.org/en/
Install Docker: https://docs.docker.com/get-docker/
TypeORM: https://typeorm.io/#/