GitHub - graphql-java/todomvc-relay-java: Relay TodoMVC with Java Backend
graphql-java / todomvc-relay-java Public
-
Notifications
You must be signed in to change notification settings - Fork 25
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
Relay TodoMVC with a Java Server
This is a port of the Relay TodoMVC example where the GraphQL JavaScript server is replaced with a Java server based on graphql-java.
Running
Starting the frontend:
cd app
npm install
npm startStarting the backend: (running on port 8080)
./gradlew start
The app is now available at http://localhost:3000
About
Relay TodoMVC with Java Backend
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published