All Projects → ohbarye → Goofi

ohbarye / Goofi

Licence: mit
✨Let's contribute to OSS. Here is how to find good first issues in GitHub. "goofi" is an abbreviation of "good first issues".

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Goofi

Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+404.8%)
Mutual labels:  graphql, apollo, open-source
Leo
Highly Extensible, Declarative Static Site Generator
Stars: ✭ 100 (-20%)
Mutual labels:  graphql, apollo
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+981.6%)
Mutual labels:  graphql, apollo
Thorium
Platform for starship simulator controls
Stars: ✭ 109 (-12.8%)
Mutual labels:  graphql, apollo
Plug
macOS app for Hype Machine
Stars: ✭ 93 (-25.6%)
Mutual labels:  open-source, oss
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (-23.2%)
Mutual labels:  graphql, apollo
Meteor Integration
🚀 meteor add apollo
Stars: ✭ 107 (-14.4%)
Mutual labels:  graphql, apollo
Quell
Quell is an easy-to-use, lightweight JavaScript library providing a client- and server-side caching solution for GraphQL. Use Quell to prevent redundant client-side API requests and to minimize costly server-side response latency.
Stars: ✭ 90 (-28%)
Mutual labels:  graphql, apollo
Create Apollo App
Create Apollo App is a command-line tool designed to generate fully-configured starter Apollo GraphQL projects with essential dependencies for developing web, server and mobile applications and zero build configuration.
Stars: ✭ 110 (-12%)
Mutual labels:  graphql, apollo
Getkap.co
Website for Kap
Stars: ✭ 111 (-11.2%)
Mutual labels:  open-source, oss
Gong Wpf Dragdrop
The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF
Stars: ✭ 1,669 (+1235.2%)
Mutual labels:  open-source, oss
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (-26.4%)
Mutual labels:  graphql, open-source
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (-26.4%)
Mutual labels:  graphql, apollo
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (-22.4%)
Mutual labels:  open-source, oss
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-27.2%)
Mutual labels:  graphql, apollo
Guide
📖 The GraphQL Guide website
Stars: ✭ 104 (-16.8%)
Mutual labels:  graphql, apollo
Universal React Apollo Example
Universal React Apollo App (GraphQL) consuming: https://github.com/WeLikeGraphQL/wordpress-graphql-api-example!
Stars: ✭ 117 (-6.4%)
Mutual labels:  graphql, apollo
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-32%)
Mutual labels:  graphql, apollo
Apollo
Meteor & Apollo integration
Stars: ✭ 87 (-30.4%)
Mutual labels:  graphql, apollo
Apollo Link
🔗 Interface for fetching and modifying control flow of GraphQL requests
Stars: ✭ 1,434 (+1047.2%)
Mutual labels:  graphql, apollo

Goofi

Let's contribute to OSS. Here is how to find good first issues in GitHub.

This is a simple app to list issues labelled as "good first issue" in repositories with over 500 stars.

>> Try Now <<

image

Features

  • Server side rendering with Next.js v9
  • Deployed on Now.sh v2
  • GraphQL and Apollo

Development

You can bootstrap everything with docker-compose.

$ git clone [email protected]:ohbarye/goofi.git && cd goofi
$ echo GITHUB_ACCESS_TOKEN=<your token> > .env
$ docker-compose up -d
$ open http://localhost:3000

Without docker-compose

$ yarn
$ GITHUB_ACCESS_TOKEN=<your token> yarn dev
$ open http://localhost:3000

Release

Run the following command to deploy to now.sh:

$ now        # Deploy staging app
$ now --prod # Deploy production app
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].