NextJS Postgres Starter
Published: 2022-05-23
This is an extension to the NextJS Starter. It's adding support for Postgresql as the persistence layer. Additionally, it's coming with Prisma to make migrations easy. From the Postgres DB, WunderGraph automatically generates a GraphQL API. This starter allows you to build FullStack applications in minutes with authentication & authorization out of the box.
Usage:#
wunderctl init --template nextjs-postgres-starter
Usage with custom out dir:#
wunderctl init --template nextjs-postgres-starter -o /some/dir