/nextjs-postgraphile

A starter template bringing together Next.js and PostGraphile

Primary LanguageTypeScript

Next.js PostGraphile Starter

A quick-start template for full-stack application development using React, Node.js, GraphQL and PostgreSQL utilizing the Next.js framework and PostGraphile.

Prerequisites

Getting Started

  1. Run yarn to install dependencies
  2. Create your .env.local file: cp .env.local.template .env.local
  3. Run yarn dev to start the development server

GraphQL Routes

Tech Stack

This tech stack allows for rapid and maintainable application development because you will be writing less code using these tools!

Where to go from here?

This is a bare template that sets up the tooling needed for this tech stack. From here, you should start designing your PostgreSQL schema, which in turn, creates your GraphQL API. Then you can start builing the UI for your application.