Skip to content

REST API and GraphQL editor. A l ight-weight version of Postman and GraphiQL combined in one app

Notifications You must be signed in to change notification settings

Deolys/rest-graphql-app

Repository files navigation

GraphQL REST logo REST/GraphiQL Client

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

Technologies used

Next.js React Redux TypeScript Ant-Design Vite Vitest Testing-Library Firebase GitHub Actions ESLint code style: prettier

Getting Started

Install dependencies:

npm install
#or
yarn install 

Create the .env file with your own firebase keys in the root

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'

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

REST API and GraphQL editor. A l ight-weight version of Postman and GraphiQL combined in one app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published