https://github.com/mehmetpekdemir/graphql
GraphQL project
https://github.com/mehmetpekdemir/graphql
graphql spring-boot
Last synced: 6 months ago
JSON representation
GraphQL project
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/graphql
- Owner: mehmetpekdemir
- Created: 2020-08-08T21:40:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T16:06:41.000Z (about 5 years ago)
- Last Synced: 2023-03-01T07:32:43.418Z (over 2 years ago)
- Topics: graphql, spring-boot
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL
### This is a GraphQL project.
### Tech Stack
- Java version 11
- Spring Boot
- Spring Data
- H2 Database
- GraphQL
### RequirementsFor building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven 3](https://maven.apache.org)
- [Lombok](https://projectlombok.org)### Build & Run
```
mvn clean install && mvn --projects backend spring-boot:run
```
### Port
```
http://localhost:9076
```### GraphiQL
```
http://localhost:9076/graphiql
```### Features


