https://github.com/buraksakalli/artapp-graphql
Backend of Artapp Mobile App
https://github.com/buraksakalli/artapp-graphql
graphql-example graphql-server nodejs-graphql
Last synced: 7 months ago
JSON representation
Backend of Artapp Mobile App
- Host: GitHub
- URL: https://github.com/buraksakalli/artapp-graphql
- Owner: buraksakalli
- Created: 2020-01-02T19:29:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T04:25:32.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T05:29:25.455Z (almost 2 years ago)
- Topics: graphql-example, graphql-server, nodejs-graphql
- Language: JavaScript
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GraphQL MongoDB Server
A server boilerplate using GraphQL and MongoDB.
## Introduction
This is a server boilerplate using GraphQL and MongoDB. Support subscriptions using GraphQL Yoga.
## Getting started
1. Clone this repo using `https://github.com/leonardomso/graphql-mongodb-server.git`
2. Move to the appropriate directory: `cd graphql-mongodb-server`.
4. Run `yarn` or `npm install` to install dependencies.
5. Set `.env` file with your mongoURI.
6. Run `npm start` to see the example app at `http://localhost:4000/playground`.
## Commands
- `npm start` - start the playground at `http://localhost:4000/playground`
## License
MIT license, Copyright (c) 2018 Leonardo Maldonado.
"# artapp-graphql"