8000 GitHub - codingwithdidem/nextjs-apollo-mongo-yt: Showcases a graphql apollo server using Nextjs API Routes. Connection to MongoDB using Mongoose is included.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Showcases a graphql apollo server using Nextjs API Routes. Connection to MongoDB using Mongoose is included.

Notifications You must be signed in to change notification settings

codingwithdidem/nextjs-apollo-mongo-yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS Apollo Server Tutorial

Getting Started

Clone the project and cd into it. Create .env.local file with MONGODB_URI key. You have to provide a mongodb uri to connect mongodb.

To run the project do following:

yarn
yarn dev

Open http://localhost:3000/api/graphql with your browser to see GraphQL Playground.

About

Showcases a graphql apollo server using Nextjs API Routes. Connection to MongoDB using Mongoose is included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0