- Spring Boot
- GraphQL (graphql-java, graphql-spring-boot)
- Spring Data Redis
- others
- Next.js
- Typescript
- MobX
- Jest
- others
This app is experimental implementation and you should not use this codes for production.
- Prepare environment.
- Java 8
- Redis (default port)
- Postgresql (user: sample, password: sample)
- Build & Run
$ yarn dev # in client dir
$ ./gradlew bootRun # in server dir
- Open URL of
http://localhost:3000