TypeOrm Node REST API CRUD with Postgres

December 20, 2023
backend node express sql postgresql

This post is a bit more personal, in my job we're using TypeOrm and I would like to learn more about it, so I decided to start learning it! We use it with GraphQL but for now I will make this post using REST.

Apollo Server with TypeScript. CRUD

December 21, 2023
backend node express sql postgresql

In the previous post we checked how to use TypeORM, Node, GraphQL with PostgreSQL, this time we will add Apollo Server into the mix to produce a robust service for the Frontend to consume.

Apollo Server with TypeScript for Auth

December 22, 2023
backend node express sql postgresql

In the previous post we checked how to use TypeORM, Node, GraphQL with PostgreSQL, this time we will add Apollo Server into the mix to produce a robust service for the Frontend to consume.