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

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!

Notifications You must be signed in to change notification settings

diploi/nextjs-postgresql-template-arm64

 
 

Repository files navigation

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'

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!

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 34.1%
  • JavaScript 30.1%
  • Shell 15.4%
  • CSS 12.0%
  • Dockerfile 8.4%