Skip to content

Example of using ReasonML to build a MongoDB backed GraphQL Server

Notifications You must be signed in to change notification settings

gaelollivier/graphql-reason-mongo

Repository files navigation

ReasonML GraphQL Server example

Build

esy
esy build

Run

esy x Server

Then open http://localhost:8080/graphql in a web browser, or query it with your preferred GraphQL client.

Database

Example assumes a MongoDB instance running on localhost with default port (27017). It uses the collection users in database db.

Note

This example is very experimental, using lots of custom versions of dependencies with no guarantees of being maintained.

About

Example of using ReasonML to build a MongoDB backed GraphQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages