Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccb7/group-chat
https://github.com/eccb7/group-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccb7/group-chat
- Owner: Eccb7
- License: mit
- Created: 2023-12-31T10:04:29.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2023-12-31T12:26:56.000Z (11 months ago)
- Last Synced: 2023-12-31T13:32:42.324Z (11 months ago)
- Language: TypeScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WunderGraph Next.js Starter
This example demonstrates how to use WunderGraph with Next.js. We are going to make your data-source accessible through JSON-RPC to your Next.js app.
## Getting Started
1. Install the dependencies and run the complete example in one command:
```shell
npm install && npm start
```After a while, a new browser tab will open,
and you can start exploring the application.
If no tab is open, navigate to [http://localhost:3000](http://localhost:3000).Running WunderGraph will automatically introspect the data-source and generate an API for you.
You can add more Operations (e.g. Queries or Mutations) by adding more "\*.graphql" files to the directory `./wundergraph/operations`.
Each file becomes an Operation. The Operation name is not relevant, the file name is.## Learn More
Read the [Docs](https://wundergraph.com/docs).
## Deploy to WunderGraph Cloud
[![Deploy to WunderGraph](https://wundergraph.com/button)](https://cloud.wundergraph.com/new/clone?templateName=nextjs)
## Got Questions?
Join us on [Discord](https://wundergraph.com/discord)!