Member-only story

Full Stack Next.js, FastAPI, PostgreSQL Tutorial

Travis Luong
3 min readDec 25, 2021

--

Welcome to the Full Stack Next.js, FastAPI, and PostgreSQL (NFP) Tutorial. I am excited to announce the official launch of the Full Stack NFP Tutorial. The NFP Tutorial is a 5 part series on how to build a boilerplate web application to be used as a starting point for web projects. It can also be used as a cheat sheet on how to set up this tech stack from scratch. There are many good tools and frameworks to choose from. However, there are a few that have risen to the top of my list of preferred tools.

Table of Contents

  1. Full Stack Next.js, FastAPI, PostgreSQL Tutorial
  2. How to Build a Full Stack Next.js, FastAPI, PostgreSQL Boilerplate Tutorial
  3. How to Deploy Next.js, FastAPI, and PostgreSQL with Shell Scripts
  4. How to Develop a Full Stack Next.js, FastAPI, PostgreSQL App Using Docker
  5. How to Build a User Authentication Flow with Next.js, FastAPI, and PostgreSQL
  6. How to Test an API with Pytest and Requests

Tech Stack

Next.js is a front-end framework that is built on React, the most popular front-end UI library at this time. It gives you everything React gives you plus more. It supports server-side rendering, static-site generation, and file-system-based routing out of the box. There’s no need to mess around with complicated build tools. With Next.js, you can go straight to writing your application with minimal…

--

--

No responses yet