JBris / react-typescript-graphql

A simple search tool to retrieve git repo information from GitHub, GitLab, and Bitbucket. Uses TypeScript and GraphQL for server-side API searches, and React.js for client-side rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-typescript-graphql

Quickstart

Execute build.sh to create a new .env file. Write your environment-specific details to the .env file and execute build.sh again. This will pull all required Docker images and build your containers.

Server

A GraphQL server written in TypeScript. Searches for git repos hosted on GitHub, Bitbucket, and GitLab.

Visit $NODE_HOST/graphiql to access GraphQL Explorer.

About

A simple search tool to retrieve git repo information from GitHub, GitLab, and Bitbucket. Uses TypeScript and GraphQL for server-side API searches, and React.js for client-side rendering.

License:MIT License


Languages

Language:TypeScript 87.4%Language:Makefile 7.4%Language:Shell 3.6%Language:Dockerfile 1.6%