https://github.com/remorses/mongoke-examples
Examples of Mongoke services made using docker compose
https://github.com/remorses/mongoke-examples
Last synced: 9 months ago
JSON representation
Examples of Mongoke services made using docker compose
- Host: GitHub
- URL: https://github.com/remorses/mongoke-examples
- Owner: remorses
- Created: 2019-09-27T17:23:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T19:21:31.000Z (over 5 years ago)
- Last Synced: 2025-02-13T01:48:45.265Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# examples
To try an example go inside its directory and execute `docker-compose up`, all the examples expose the graphiql at [`http://localhost:8090`](http://localhost:8090) and set some default queries for you to try, these queries are inside the `quieries.grpaphql` files.
Before try other examples remember to remove the previous containers with `docker.compose down` or `docker kill $(docker ps -q)`, or the port `8090` will be occupied by the previous containers.
- [Basics](./basic)
- [Realtions example](./relations)
- [Union types](./unions)
- ~~[Interface types](./interfaces)~~
- [Authorization Guards](./authorizartion)
- ~~[Using skema to speed up other services developement]()~~
- [Usage with apollo federation](./federation)
- [Real world usage](./real_world)