/typescript-postgres-typeorm

Code for TypeScript REST API video series - https://www.youtube.com/playlist?list=PLdk2EmelRVLpIdCFolrwdLhCTHyeefU6W

Primary LanguageTypeScript

typescript-postgres-typeorm

This is part of a YouTube series where we're building a REST API using TypeScript & Postgres.

Text placeholder (26)

  1. Getting the project started.
  2. Improving developer productivity:
    1. Setting up developer mode (hot reloading).
    2. Improving routing with async/await.
    3. Adding middleware to handle errors.
    4. Setting up app configuration.
    5. Setting up API logging.
  3. Validating requests.
  4. Acceptance/end-to-end Tests.

Prerequisites

  • nodeJS
  • docker

Running the Project

  1. Run npm i command
  2. Run docker compose up -d command
  3. Run npm start command