Giter VIP home page Giter VIP logo

cynthesize / cynthesize-frontend Goto Github PK

View Code? Open in Web Editor NEW
63.0 12.0 51.0 16.1 MB

Frontend written in JS and deployed GraphQL for Cynthesize. Development build: https://cynthesize-develop.netlify.com

Home Page: https://cynthesize.co

License: GNU General Public License v3.0

JavaScript 0.71% TypeScript 70.85% HTML 20.20% Shell 0.14% SCSS 8.09%
graphql hasura apollo-client apollo-graphql apollo postgresql frontend

cynthesize-frontend's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.