Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgilad/spring-boot-graphql-mongodb
Spring Boot demo with GraphQL and MongoDB as database
https://github.com/pgilad/spring-boot-graphql-mongodb
demo graphql mongodb spring-boot
Last synced: 30 days ago
JSON representation
Spring Boot demo with GraphQL and MongoDB as database
- Host: GitHub
- URL: https://github.com/pgilad/spring-boot-graphql-mongodb
- Owner: pgilad
- License: mit
- Created: 2018-03-11T08:31:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T09:13:36.000Z (almost 6 years ago)
- Last Synced: 2024-10-24T12:27:42.202Z (3 months ago)
- Topics: demo, graphql, mongodb, spring-boot
- Language: Java
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-graphql-mongodb
Spring Boot demo with GraphQL and MongoDB as database# Motivation
Provide a base starting point for Spring Boot along with GraphQL and MongoDB
# Dependencies
- Java 9
- MongoDB# Credits
Most of the code based on https://medium.com/oril/spring-boot-graphql-mongodb-8733002b728a but modified to my style and changes
# License
MIT © [Gilad Peleg](https://www.giladpeleg.com)