/graphql-mongodb-server

🌐 A GraphQL MongoDB server.

Primary LanguageJavaScript

🌐 A GraphQL MongoDB server.

A simple GraphQL MongoDB server, using Express, Babel, Mongoose and just that. Feel free to clone the repository, submit changes and so on.

Getting Started

Set .env file with your mongoURI (use .env.example for... example :) ), setting this up, and your ready to go.

Run just the server on https://localhost:4000/graphql:

$ npm install
$ npm run server

Run the client on https://localhost:3000/ and Server on https://localhost:4000/graphql:

$ npm install
$ npm run dev

License

MIT (c) Leonardo Maldonado (@leonardomso)