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.
- nodeJS
- docker
- Run
npm i
command - Run
docker compose up -d
command - Run
npm start
command