All Projects โ†’ VulcanJS โ†’ Vulcan Next

VulcanJS / Vulcan Next

The Next starter for GraphQL developers

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vulcan Next

Nextjs Headless Wordpress
๐Ÿ”ฅ Nextjs Headless WordPress
Stars: โœญ 110 (-29.03%)
Mutual labels:  graphql, hacktoberfest, nextjs
Nextjs Pwa Graphql Sql Boilerplate
Next.js serverless PWA with GraphQL (Apollo) + Postgres SQL boilerplate
Stars: โœญ 125 (-19.35%)
Mutual labels:  graphql, nextjs
Hackatalk
TalkTalk renewal. Open source chat app built-in expo managed work flow
Stars: โœญ 123 (-20.65%)
Mutual labels:  graphql, hacktoberfest
React Next Boilerplate
๐Ÿš€ A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: โœญ 129 (-16.77%)
Mutual labels:  hacktoberfest, nextjs
Wp Graphql Yoast Seo
This is an extension to the WPGraphQL plugin for Yoast SEO
Stars: โœญ 120 (-22.58%)
Mutual labels:  graphql, hacktoberfest
Mdx Embed
Embed 3rd party media content in MDX - no import required ๐Ÿงฝ
Stars: โœญ 119 (-23.23%)
Mutual labels:  hacktoberfest, nextjs
Giraffeql
๐Ÿฆ’ Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: โœญ 128 (-17.42%)
Mutual labels:  graphql, nextjs
Thorium
Platform for starship simulator controls
Stars: โœญ 109 (-29.68%)
Mutual labels:  graphql, hacktoberfest
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: โœญ 131 (-15.48%)
Mutual labels:  graphql, nextjs
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: โœญ 14,720 (+9396.77%)
Mutual labels:  graphql, hacktoberfest
Captain Fact Api
๐Ÿ”Ž CaptainFact - API. The one that serves and process all the data for https://captainfact.io
Stars: โœญ 145 (-6.45%)
Mutual labels:  graphql, hacktoberfest
Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: โœญ 112 (-27.74%)
Mutual labels:  graphql, hacktoberfest
Next Graphql Blog
๐Ÿ–Š A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: โœญ 152 (-1.94%)
Mutual labels:  graphql, nextjs
Netcoreblockly
.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL =>
Stars: โœญ 121 (-21.94%)
Mutual labels:  graphql, hacktoberfest
Action policy Graphql
Action Policy integration for GraphQL
Stars: โœญ 110 (-29.03%)
Mutual labels:  graphql, hacktoberfest
Relay Example
[READONLY] ๐Ÿ’ Examples of common Relay patterns used in real-world applications. This repository is automatically exported from https://github.com/adeira/universe via Shipit
Stars: โœญ 126 (-18.71%)
Mutual labels:  graphql, nextjs
Semana Hacktoberfest
๐Ÿ”ฅ Semana Hacktoberfest na Lukin Co. โ€”โ€” Quer participar da semana Hacktoberfest? Nรณs preparamos um guia especial para vocรช!
Stars: โœญ 84 (-45.81%)
Mutual labels:  hacktoberfest, nextjs
Strapi
๐Ÿš€ Open source Node.js Headless CMS to easily build customisable APIs
Stars: โœญ 41,786 (+26858.71%)
Mutual labels:  graphql, hacktoberfest
Thunderhub
ThunderHub LND Lightning Node Manager in your Browser
Stars: โœญ 131 (-15.48%)
Mutual labels:  graphql, nextjs
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: โœญ 2,004 (+1192.9%)
Mutual labels:  graphql, hacktoberfest

Vulcan Next

Vulcan Next helps you build GraphQL-based applications with Next.js.

vulcan-next-starter banner

Check the features

Read the introductory article

Install and run

git clone https://github.com/VulcanJS/vulcan-next-starter.git
yarn
yarn run dev

Open http://localhost:3000 in your browser. You can then access the live docs on http://localhost:3000/docs.

Setup your own git

Initialization

# Rename "origin" to "upstream", so you can use your own git repository as the main origin and VN official repo as "upstream"
git remote rename origin upstream

Update

You can update your Vulcan Next install. Beware: Vulcan Next is a boilerplate, the possibility to update automatically is not guaranteed. You may have to apply the updates by hand, comparing Vulcan Next latest version to your own code.

# Get the latest version of Vulcan Next locally
git fetch upstream
# Merge to your own code (favouring your own code as a default in case of conflict)
git merge -X ours

Roll your own Mongo database

As a default, Vulcan Next will connect to a sample read-only database owned by LBKE. To create your own application, you'll want to use your own databse.

1. Run a Mongo server using Docker

See Docker installation instruction for Ubuntu here

# It will run Mongo in your current terminal, or create and run a Mongo image if it's the first time your run the command
yarn run start:mongo

2. Configure your application to use your local database

In .env.development or .env.development.local use this URI for Mongo:

MONGO_URI="mongodb://localhost:27017/vulcan-next-app"

We advise to use MongoDB Compass to visualize your database content.

They support Vulcan Next and Vulcan Meteor

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! ๐Ÿ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Technical supports

They give time and share knowledge to support the project.

aplines lbke

Other cool Next stuff


About Next

This is a Next.js project bootstrapped with create-next-app.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on ZEIT Now

The easiest way to deploy your Next.js app is to use the ZEIT Now Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].