typescript-postgres-typeorm
typescript-postgres-typeorm copied to clipboard
Code for TypeScript REST API video series - https://www.youtube.com/playlist?list=PLdk2EmelRVLpIdCFolrwdLhCTHyeefU6W
typescript-postgres-typeorm
This is part of a YouTube series where we're building a REST API using TypeScript & Postgres.

- Getting the project started.
- Improving developer productivity:
- Setting up developer mode (hot reloading).
- Improving routing with async/await.
- Adding middleware to handle errors.
- Setting up app configuration.
- Setting up API logging.
- Validating requests.
- Acceptance/end-to-end Tests.
Prerequisites
- nodeJS
- docker
Running the Project
- Run
npm icommand - Run
docker compose up -dcommand - Run
npm startcommand