Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/jbris/react-typescript-graphql
apollo apollo-server bitbucket cheerio cheeriojs docker docker-compose docker-image github gitlab graphql inversify inversifyjs makefile node nodejs react typegraphql typescript
Last synced: 4 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jbris/react-typescript-graphql
- Owner: JBris
- License: mit
- Created: 2020-02-17T09:37:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:25:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T04:41:45.595Z (over 1 year ago)
- Topics: apollo, apollo-server, bitbucket, cheerio, cheeriojs, docker, docker-compose, docker-image, github, gitlab, graphql, inversify, inversifyjs, makefile, node, nodejs, react, typegraphql, typescript
- Language: TypeScript
- Size: 657 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.