In this article, you'll learn how to set up a Node.js project with TypeScript, ExpressJs, PostgreSQL, TypeORM, and Redis. Also, you will learn how to run Postgres and Redis servers with Docker.
- Setup Node.js with Express, PostgreSQL, Redis, and TypeORM
- Creating PostgreSQL and Redis Database with Docker
- Setup Environment Variables with Dotenv
- Initialize a New TypeORM Express App
- Connecting an Express application with PostgreSQL
- Connecting an ExpressJs application to Redis
- Run the Express Server
Read the entire article here: https://codevoweb.com/api-node-postgresql-typeorm-project-setup
Articles in this series:
API with Node.js + PostgreSQL + TypeORM: Project Setup
API with Node.js + PostgreSQL + TypeORM: JWT Authentication
API with Node.js + PostgreSQL + TypeORM: Send Emails
