TheSisb / graphql-mongodb-server

🌐 A GraphQL MongoDB server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌐 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)

About

🌐 A GraphQL MongoDB server.


Languages

Language:JavaScript 87.4%Language:HTML 12.6%