Skip to content

mmatsa/swapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meldio Star Wars API Example

Meldio is an open source GraphQL backend for building delightful mobile and web apps.

See our start building guide for detailed instructions on getting started with Meldio.

This example illustrates how easy it is to create a fully functional GraphQL endpoint with Meldio. With just a simple schema definition, Meldio creates a powerful GraphQL endpoint with support for filtering, ordering, aggregation and paging operations.

Need help? Join our Slack channel Slack Invite Button

Installation and Setup

First, you will need to install Meldio following these instructions

Then, install this example from source using the following steps:

git clone https://github.com/meldio/swapi.git
cd swapi
npm install

Running the app

Start meldio from the swapi directory with:

meldio run

You will now be able to access the Meldio endpoint on http://localhost:9090/graphql and run through some interesting examples outlined here.

License

This code is free software, licensed under the MIT license. See the LICENSE file for more details.

About

Meldio Star Wars API Example - https://www.meldio.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%