All Projects → Cynthesize → Cynthesize Frontend

Cynthesize / Cynthesize Frontend

Licence: gpl-3.0
Frontend written in Angular 7 and deployed GraphQL for Cynthesize. Development build: https://cynthesize-develop.netlify.com

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Cynthesize Frontend

A Pop
🎶 HD Music Streaming and Sharing Web App
Stars: ✭ 55 (-15.38%)
Mutual labels:  graphql, apollo, apollo-client
Blaze Apollo
Blaze integration for the Apollo Client
Stars: ✭ 56 (-13.85%)
Mutual labels:  graphql, apollo, apollo-client
Apollo Cache Redux
Redux cache for Apollo Client 2.0. This project is no longer maintained.
Stars: ✭ 179 (+175.38%)
Mutual labels:  graphql, apollo, apollo-client
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+2720%)
Mutual labels:  graphql, apollo, apollo-client
React Boilerplate
⚛ The stable base upon which we build our React projects at Mirego.
Stars: ✭ 39 (-40%)
Mutual labels:  graphql, apollo, apollo-client
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (+133.85%)
Mutual labels:  graphql, apollo, apollo-client
Apollo Cache Hermes
A cache implementation for Apollo Client, tuned for performance
Stars: ✭ 425 (+553.85%)
Mutual labels:  graphql, apollo, apollo-client
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+2304.62%)
Mutual labels:  graphql, apollo, apollo-client
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-53.85%)
Mutual labels:  graphql, apollo, apollo-client
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+640%)
Mutual labels:  graphql, apollo, apollo-client
Graphql Directive
Use custom directives in your GraphQL schema and queries 🎩
Stars: ✭ 142 (+118.46%)
Mutual labels:  graphql, apollo, apollo-client
Starter
Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
Stars: ✭ 1,082 (+1564.62%)
Mutual labels:  graphql, apollo-client, postgresql
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+95.38%)
Mutual labels:  graphql, apollo, apollo-client
Apollo Invalidation Policies
An extension of the Apollo 3 cache with support for type-based invalidation policies.
Stars: ✭ 55 (-15.38%)
Mutual labels:  graphql, apollo, apollo-client
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (+93.85%)
Mutual labels:  graphql, apollo, apollo-client
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+256.92%)
Mutual labels:  graphql, apollo, apollo-client
Guide
📖 The GraphQL Guide website
Stars: ✭ 104 (+60%)
Mutual labels:  graphql, apollo, apollo-client
Apollo Link
🔗 Interface for fetching and modifying control flow of GraphQL requests
Stars: ✭ 1,434 (+2106.15%)
Mutual labels:  graphql, apollo, apollo-client
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+6573.85%)
Mutual labels:  graphql, apollo, apollo-client
Crypto Grommet
Crypto and equities app
Stars: ✭ 39 (-40%)
Mutual labels:  graphql, apollo, apollo-client

Cynthesize

Join the chat at https://gitter.im/Cynthesize-gitter/Lobby Netlify Status

Visit Cynthesize.co

Introduction

Cynthesize is a platform where users can post their project ideas and details to get feedback from the community upon things that matter, like the idea itself, the tech stack, the development plan, the approach on the problem. Our vision is to create a platform that unifies the product development process.

Tell us about yourself at our Gitter Channel.

We recommend you going through the wiki page

Installation Instructions

  1. Fork and star this repo.

  2. Once you've forked this repo, clone the repository to your local machine. You may do so by running the following command.

    git clone https://github.com/<YOUR_USERNAME>/cynthesize-frontend
    
  3. Go to project folder and install dependencies:

    cd cynthesize-frontend/
    npm install
    
  4. Launch development server, and open localhost:4200 in your browser:

    npm start
    
  5. Frontend server is up and running on your local machine. Edit in your favourite code editor and see the changes instantly.

Hasura's GraphQL Engine

We want to encourage you that GraphQL might seem new and an alien thing, but it's as easy as pie!

The Hasura GraphQL Engine is an extremely lightweight, high-performance product that gives you instant realtime GraphQL APIs on a Postgres database. This can be used to quickly build new applications on Postgres or fast-track the move to GraphQL for existing applications on Postgres.

It comes with a UI that lets you create and view tables on your database and make GraphQL queries using the embedded GraphiQL interface.

Writing API endpoints with Hasura and GraphQL

Writing Queries, mutations and subscriptions are pretty easy and can be done quite easily. The concept behind writing these methods is that, these methods are used to communicate with your backend database. These are similar to writing SQL queries, like SELECT * FROM Table_name on the backend to communicate with the backend. Here, the backend layer is completly removed and the database is exposed to these endpoint. So we write the queries in the frontend by specifying the type of queries/mutations, the variables related to them and what column values we want in return.

The detailed explaination of writing methods are given below:

Contribution Guidelines

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

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