Simple User CRUD REST API built with Node.js, Express, and PostgreSQL (Neon Database). Includes create, read, update, delete operations with cloud database connection.
We are using NestJS with TypeORM v0.3.25 and pg v8.11.3 Our TypeOrm config is: const baseOrmConfig: PostgresConnectionOptions & TypeOrmModuleOptions = { type ...