Building a Rest API with NodeJS and PostgreSQL

Austin Beaufort
Mar 27, 2021

--

Recently I’ve been learning backend development with Node.

I put together a video where you can build a rest api along with me.

https://youtu.be/DihOP19LQdg

In the video you’ll learn about:

  • routing concepts
  • the express framework
  • how to use Postman to test your routes
  • how to create a database in the psql shell
  • performing SQL queries
  • callback functions

And much more!

--

--