API Docs
TableX leverages the power of MetaX to automatically generate RESTfull and GraphQL well documented API endpoints for your database.
There is no extra steps needed to be done by you, it works out of the box 🚀.
Usage
By default, MetaX listens on port 5522
, you can view and try the API by different ways.
From the Terminal
From The Browser
Navigate to http://localhost:5522/swagger
where your will find the swagger documentation of the API where you can also
test the endpoints.
Navigate to
http://localhost:5522/playground
where
you will find the Apollo Sandbox, an interactive interface where you can
try graphql queries.