All Projects → ammezie → adonis-graphql-server

ammezie / adonis-graphql-server

Licence: other
A GraphQL server built with Apollo server and AdonisJs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to adonis-graphql-server

Graphql Cost Analysis
A Graphql query cost analyzer.
Stars: ✭ 527 (+1600%)
Mutual labels:  graphql-server, apollo-server
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (+3003.23%)
Mutual labels:  graphql-server, apollo-server
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-38.71%)
Mutual labels:  graphql-server, apollo-server
Graphql Api Gateway
An open-sourced example of a GraphQL API Gateway. This service queries and joins data across different back-ends into one GraphQL schema.
Stars: ✭ 57 (+83.87%)
Mutual labels:  graphql-server, apollo-server
Gramps Express
NOTE: The GrAMPS core has moved to https://github.com/gramps-graphql/gramps
Stars: ✭ 161 (+419.35%)
Mutual labels:  graphql-server, apollo-server
Heighliner
A GraphQL Server for NewSpring Web
Stars: ✭ 13 (-58.06%)
Mutual labels:  graphql-server, apollo-server
Graphql Yoga
🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
Stars: ✭ 6,573 (+21103.23%)
Mutual labels:  graphql-server, apollo-server
Apollo Server Vercel
⚫ Production-ready Node.js GraphQL server for Vercel Serverless Functions
Stars: ✭ 69 (+122.58%)
Mutual labels:  graphql-server, apollo-server
Apollo Graphql Mongodb React Native
Apollo Server Example using MongoDB + Mongoose + Express, Apollo Client using React Native
Stars: ✭ 92 (+196.77%)
Mutual labels:  graphql-server, apollo-server
apollo-graphql-full-stack
Full-stack Apollo GraphQL app using React and Node JS
Stars: ✭ 31 (+0%)
Mutual labels:  graphql-server, apollo-server
apollo-express-ts-server-boilerplate
No description or website provided.
Stars: ✭ 29 (-6.45%)
Mutual labels:  graphql-server, apollo-server
ngraphql
GraphQL .NET Server and Client
Stars: ✭ 26 (-16.13%)
Mutual labels:  graphql-server
graphyne
⚡ Lightning-fast JavaScript GraphQL Server ⚡
Stars: ✭ 18 (-41.94%)
Mutual labels:  graphql-server
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+0%)
Mutual labels:  graphql-server
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (+54.84%)
Mutual labels:  apollo-server
Perl6-GraphQL
Perl 6 implementation of GraphQL
Stars: ✭ 19 (-38.71%)
Mutual labels:  graphql-server
adonis-modules
📦 Discover all AdonisJS packages developed by the community
Stars: ✭ 23 (-25.81%)
Mutual labels:  adonisjs
serverless-apollo-datasource-redis
Serverless Apollo Server 2 with cached Datasource in Redis
Stars: ✭ 26 (-16.13%)
Mutual labels:  apollo-server
aws-nestjs-starter
Serverless, AWS, NestJS, GraphQL and DynamoDB starter
Stars: ✭ 200 (+545.16%)
Mutual labels:  apollo-server
boilerplate-nexus-prisma-apollo-graphql-express
Boilerplate project for a graphql server using nexus-prisma and apollo-server-express
Stars: ✭ 31 (+0%)
Mutual labels:  apollo-server

adonis-graphql-server

A GraphQL server built with Apollo server and AdonisJs

Getting Started

Clone the project repository by running the command below if you use SSH

git clone [email protected]:ammezie/adonis-graphql-server.git

If you use https, use this instead

git clone https://github.com/ammezie/adonis-graphql-server.git

Setup

Run the command below to install dependencies

npm install

Environment variables

Duplicate .env.example and rename it .env

Migrations

Setup your database and enter the following in .env

DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=adonis_graphql_server
DB_USER=root
DB_PASSWORD=

Run the following command to run migration.

adonis migration:run

Finally, start the application:

adonis serve --dev

and visit http://127.0.0.1:3333 to see the application in action.

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].