AndrewJBateman / next-graphql-prisma

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚑ 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

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


Languages

Language:TypeScript 81.5%Language:Shell 9.6%Language:JavaScript 8.9%