home

nextjs, graphql, sequelize starter

September 18, 2021

a minimal nextjs starter with graphql api routes backed by sequelize

nextjsgraphqlapi-routessequelize

I recently started working on a new project and wanted to use NextJS across the stack. I thought it would be pretty straight forward to set up graphql api routes, but it ended up taking much longer to spin the project up than anticipated. I ended up abstracting the project architecture into a starter repo, which can be found here.

A brief overview:

The starter repo also comes with an example migration, model, and seed, as well as an example GraphQL schema and resolver with full CRUD operations.

If you're looking to quickly spin up a full stack NextJS project without configuring everything from scratch, this might be for you.