Intro to ExpressJS and Connecting to PostgreSQL - Bootcamp Day 13 (2024-09-18)
Tech World Software School Tech World Software School
739 subscribers
28 views
0

 Published On Sep 18, 2024

The lecture introduces you to Express, a library used to build HTTP servers with the Nodejs (Serverside JavaScript) programming language.

Learn how to generate an NPM project and install dependencies.

Then learn how to write the code for a basic ExpressJS server that is an API that serves data in JSON format.

You also learn how to install the library pg to make SQL queries and retrieve data from the PostgreSQL server.

Source Code: https://github.com/nbktechworld/full-...

show more

Share/Embed