DEV Community

Cover image for Build a Rest API with NodeJS and PostgreSQL
Austin Beaufort
Austin Beaufort

Posted on

Build a Rest API with NodeJS and PostgreSQL

Recently I’ve been learning backend development with Node.

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

Build a Rest API

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!

Top comments (0)