PostgREST Tutorial: APIs made easy
PostgREST is the quiet workhorse of API development, letting you tap into the power of PostgreSQL without getting bogged down in boilerplate code. In this guide, we'll build a practical Time Off Manager application that showcases how to get real work done with this understated tool.
Website: PostgREST
Part 1: Laying the Groundwork
Introduction to PostgREST, how to set up our PostgreSQL database, and create the core users table for our Time Off Manager. We'll then use PostgREST's automatic API ge...
Read more at notso.boringsql.com