Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 548 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 548 Bytes

A simple GraphQL server built on top of Adonis.js

Uses Adonis and Adonis Apollo Server for a GraphQL API to query and run mutations on 'Post' and 'User' models. The endpoint is most easily tested with a client such as Insomnia.

With Adonis.js installed globally, adonis serve --dev will start the API server for testing.

Thanks to Chimezie Enyinnaya for the Apollo adapter.