Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 922 Bytes

File metadata and controls

29 lines (18 loc) · 922 Bytes

Diploi Next.js Arm64 ToDo 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!

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'