Skip to content

📋 A Next.js React app using Apollo GraphQL to get data from a Prism database.

Notifications You must be signed in to change notification settings

AndrewJBateman/next-graphql-prisma

Repository files navigation

⚡ Next GraphQL Prism

  • A Next.js React app using Apollo GraphQL to get data from a Prism database.
  • Note: to open web links in a new window use: ctrl+click on link

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General Info

  • Displays data from a Prism database.
  • Next.js is for server-rendered react apps. It has automatic code splitting, simple page-based routing, built-in CSS support and hot reloading. Every component file in the pages folder is treated as a page.

📷 Screenshots

Example screenshot.

📶 Technologies

💾 Setup

  • Prisma required a setup that was not shown in the tutorial - see Sitepoint tutorial for how to initialise Prisma - without it the app will not work
  • npm run dev runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
  • npm run build builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

💻 Code Examples

  • tba

📋 Status & To-Do List

  • Status: In work
  • To-Do: Start up database then complete

👏 Inspiration

📁 License

  • N/A

✉️ Contact

About

📋 A Next.js React app using Apollo GraphQL to get data from a Prism database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published