/nextjs-postgresql-template

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!

Primary LanguageTypeScript

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'