The app supports the features you would expect from a good REST client, and also has a built-in GraphQL editor. In addition, it includes an authorization and authentication mechanism, as well as a history section for quick access to previously completed requests. This is a complete solution for developers who need a powerful and convenient tool to work with the API.
Full list of the technical requrements
npm install
#or
yarn install
Or contact us to access our firestore database
DB_API_KEY='THE-SECRET-KEY'
DB_AUTH_DOMAIN='THE-SECRET-KEY'
DB_PROJECT_ID='THE-SECRET-KEY'
DB_STORAGE_BUCKET='THE-SECRET-KEY'
DB_MESSAGING_SENDER_ID='THE-SECRET-KEY'
DB_APP_ID='THE-SECRET-KEY'
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.