Skip to content

A simple starter ToDo app template implemented with Next.js & React. Includes an optional PostgreSQL database. Features full TypeScript support, out-of-the-box DB connection, HMR support, and much more!

diploi/nextjs-postgresql-template

Repository files navigation

A simple starter ToDo app template implemented with Next.js & React. Includes an optional PostgreSQL database.

Features full TypeScript support, out-of-the-box DB connection, HMR support, and much more!

Next.js

Available at /.

PostgreSQL

Available with a VSCode extension (SQLTools) or by CLI.

Connect via SQLTools

  1. Open VSCode remote connection to your deployment.
  2. Install the SQLTools and SQLTools PostgreSQL/Redshift Driver extensions.
  3. Open the "SQLTools" tab in the sidebar and click "Strapi".

Connect via CLI

su postgres -c 'psql'

About

A simple starter ToDo app template implemented with Next.js & React. Includes an optional PostgreSQL database. Features full TypeScript support, out-of-the-box DB connection, HMR support, and much more!

Topics

Resources

Stars

Watchers

Forks