GitHub - wpcodevo/node_typeorm at node_typeorm_setup

API with Node.js + PostgreSQL + TypeORM: Project Setup

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.

API with Node.js + PostgreSQL + TypeORM: Project Setup

Topics Covered

  • 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:

1. API with Node.js + PostgreSQL + TypeORM: Project Setup

API with Node.js + PostgreSQL + TypeORM: Project Setup

2. API with Node.js + PostgreSQL + TypeORM: JWT Authentication

API with Node.js + PostgreSQL + TypeORM: JWT Authentication

3. API with Node.js + PostgreSQL + TypeORM: Send Emails

API with Node.js + PostgreSQL + TypeORM: Send Emails

4. Node.js, Express, TypeORM, PostgreSQL: CRUD Rest API

Node.js, Express, TypeORM, PostgreSQL: CRUD Rest API

5. Node.js and PostgreSQL: Upload and Resize Multiple Images

Node.js and PostgreSQL: Upload and Resize Multiple Images