Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct authored Mar 28, 2022
1 parent dbca46b commit c38f349
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Quickly build GraphQL services with kotlin based on R2DBC

## Run the example
Use intellij the open the [example](https://github.com/babyfish-ct/graphql-provider/tree/main/example), after waiting for gradle to finish all tasks, start the program and visit http://localhost:8080/graphiql.

## User guide & Documentation

These links are not only user guides, but also documentation.

Although the [example](https://github.com/babyfish-ct/graphql-provider/tree/main/example) allows you to quickly experience the working effect and quickly learn how to use the framework, these links still discuss some details that are not shown in the example.

1. [Create project & Define entities](./doc/entities.md)
2. [Map entities](./doc/entity-mapper.md)
3. [Configure batch size](./doc/batch-size.md)
Expand Down

0 comments on commit c38f349

Please sign in to comment.