Showing posts with the label RESTful APIShow all
Material UI + Next.js Part.2: Basic CRUD

This section, we will use Next.js to make request to RESTful API. Then use Material UI - Table to bind Data Object in Data Table.

TypeORM+Express.js+RDBMS Tutorial Part.1

This section, we will create basic CRUD RESTful API using Express.js with TypeORM to connect PostgreSQL and try it on Postman.