CRUD Application with TypeScript & PostgreSQL
Concepts of CRUD App
Github Repository
https://github.com/Labs-2021/crud-node-postgreSQL
Our CRUD APP Components:
NodeJS
ExpressJS
TypeORM
PostgreSQL
Postgres installation with Docker
Init Package.json
yarn init -y
Install Express
yarn add express
...
blog.bioinformaticalabs.com2 min read