| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For deployment (both in production and in development), you can use Docker. See Docker instructions here.
Also you can run Hawk API manually:
GraphQL API schema is located here.
For queries testing you can enable GraphQL playground. The corresponding setting is in the .env file (PLAYGROUND_ENABLE). If the playground is turned on, you can access it via /graphql route.
To execute the request, enter it in the input field on the left and click on the request execution button. On the right side you will see the result of the query.
You can view API Schema visualization in /voyager page in your browser. To see current production schema go to here
Run yarn migrations:up command to apply migration revisions or yarn migrations:down to rollback the last revision.
Source code is available under Business Source License 1.1 (BSL 1.1). See LICENSE for terms, including:
| Back | FazBrowse Home | New Git URL |