All Projects → este → Este

este / Este

Licence: mit
This repo is suspended.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Este

Margarita
[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
Stars: ✭ 213 (-96.1%)
Mutual labels:  graphql, nextjs, react-native-web
Relay Example
[READONLY] 💝 Examples of common Relay patterns used in real-world applications. This repository is automatically exported from https://github.com/adeira/universe via Shipit
Stars: ✭ 126 (-97.7%)
Mutual labels:  graphql, relay, nextjs
Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (-88.46%)
Mutual labels:  graphql, prisma, nextjs
Shop
🛍🛒 Full-stack React/Prisma/TS/GraphQL E-Commerce Example
Stars: ✭ 359 (-93.43%)
Mutual labels:  graphql, prisma, nextjs
Hackernews React Graphql
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
Stars: ✭ 4,242 (-22.41%)
Mutual labels:  graphql, nextjs
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (-91.93%)
Mutual labels:  graphql, relay
Graphqlbundle
This bundle provides tools to build a complete GraphQL server in your Symfony App.
Stars: ✭ 628 (-88.51%)
Mutual labels:  graphql, relay
Trends
ultra high performance github trending application
Stars: ✭ 450 (-91.77%)
Mutual labels:  graphql, nextjs
Next Apollo Example
Next & Apollo Example
Stars: ✭ 413 (-92.45%)
Mutual labels:  graphql, nextjs
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (-91.9%)
Mutual labels:  graphql, relay
Coolqlcool
Nextjs server to query websites with GraphQL
Stars: ✭ 623 (-88.6%)
Mutual labels:  graphql, nextjs
React App
Create React App with server-side code support
Stars: ✭ 614 (-88.77%)
Mutual labels:  graphql, relay
Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (-92.08%)
Mutual labels:  graphql, relay
Graphql Pokemon
Get information of a Pokémon with GraphQL!
Stars: ✭ 441 (-91.93%)
Mutual labels:  graphql, relay
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (-92.41%)
Mutual labels:  graphql, relay
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+285.22%)
Mutual labels:  graphql, relay
Firebase Gcp Examples
🔥 Firebase app architectures, languages, tools & some GCP things! React w Next.js, Svelte w Sapper, Cloud Functions, Cloud Run.
Stars: ✭ 470 (-91.4%)
Mutual labels:  graphql, nextjs
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (-91.38%)
Mutual labels:  graphql, nextjs
Graphql Ruby
Ruby implementation of GraphQL
Stars: ✭ 4,931 (-9.8%)
Mutual labels:  graphql, relay
Reactjs101
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
Stars: ✭ 4,004 (-26.76%)
Mutual labels:  graphql, relay

WARNING: This project is outdated and not maintained anymore.

Este

Prerequisites

Setup project

  • git clone https://github.com/este/este
  • cd este
  • yarn
  • yarn docker:up
  • yarn env dev
  • yarn prisma:deploy

Tasks

  • yarn dev start web development
  • yarn dev-ios start iOS development
  • yarn dev-android start Android development
  • yarn prisma:deploy after prisma/datamodel.prisma change
  • yarn prisma:generate generate Prisma client
  • yarn prisma:delete get rid of the whole service
  • yarn gen after api/schema.graphql change
  • yarn env dev copy .env.dev to .env
  • yarn env prod copy .env.prod to .env
  • yarn build local build
  • yarn start local start
  • yarn test before commit
  • yarn deps rimraf 'yarn.lock' 'node_modules' '**/node_modules' && yarn
  • now deploy to zeit.co/now

Tips

  • yarn dev, then open localhost:5000/playground and set HTTP HEADERS to { "Authorization": "Bearer token" }. Token is browser cookie for api and yarn prisma token for db.
  • After prisma/docker-compose.yml change, run yarn docker:up
  • To deploy local Prisma to demo server, set up Prisma with demo database, and put its endpoint to .env.prod (copy paste of .env.dev), then yarn env prod, then yarn prisma:deploy.

Links

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].