All Projects → lucassus → bookshelf

lucassus / bookshelf

Licence: MIT license
My GraphQL playground

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to bookshelf

kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (-67.19%)
Mutual labels:  apollo, apollo-client, apollo-server
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (+96.88%)
Mutual labels:  apollo, apollo-client, apollo-server
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-70.31%)
Mutual labels:  apollo, apollo-client, apollo-server
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (-25%)
Mutual labels:  apollo, apollo-client, apollo-server
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+651.56%)
Mutual labels:  apollo, apollo-client, apollo-server
ctrip-apollo
The most delightful and handy Node.js client for ctrip apollo configuration service.
Stars: ✭ 56 (-12.5%)
Mutual labels:  apollo, apollo-client
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+98.44%)
Mutual labels:  apollo, apollo-client
Apollo Php Client
携程Apollo配置中心PHP客户端
Stars: ✭ 147 (+129.69%)
Mutual labels:  apollo, apollo-client
Portara
Portara directive is a rate limiter / throttler for GraphQL
Stars: ✭ 158 (+146.88%)
Mutual labels:  apollo, apollo-server
Guide
📖 The GraphQL Guide website
Stars: ✭ 104 (+62.5%)
Mutual labels:  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 (+2764.06%)
Mutual labels:  apollo, apollo-client
nextjs-graphql-auth
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
Stars: ✭ 27 (-57.81%)
Mutual labels:  apollo-client, apollo-server
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 (+2342.19%)
Mutual labels:  apollo, apollo-client
Graphql Directive
Use custom directives in your GraphQL schema and queries 🎩
Stars: ✭ 142 (+121.88%)
Mutual labels:  apollo, apollo-client
Apollo Link
🔗 Interface for fetching and modifying control flow of GraphQL requests
Stars: ✭ 1,434 (+2140.63%)
Mutual labels:  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 (+137.5%)
Mutual labels:  apollo, apollo-client
Sqldatasource
SQL DataSource for Apollo GraphQL projects
Stars: ✭ 176 (+175%)
Mutual labels:  apollo, apollo-server
Agollo
An elegant Go client for Ctrip Apollo
Stars: ✭ 167 (+160.94%)
Mutual labels:  apollo, apollo-client
Apollo Cache Redux
Redux cache for Apollo Client 2.0. This project is no longer maintained.
Stars: ✭ 179 (+179.69%)
Mutual labels:  apollo, apollo-client
future-of-gql-servers
The future of GraphQL servers (GraphQL Europe 2018)
Stars: ✭ 27 (-57.81%)
Mutual labels:  apollo, apollo-server

Bookshelf

Example react and GraphQL project made during https://kursreacta.pl/gql course.

https://graphql-bookshelf.herokuapp.com/

CI codecov

Prerequisites

  1. Install Node.js version 15.0.1.
  2. Running PostgreSQL on port 5432.
  3. Create bookshelf_development database with current user access.

Installation and running

  1. yarn install
  2. yarn build
  3. yarn dev - will run express dev server along with webpack.
  4. yarn workspace @bookshelf/web storybook

Navigate to http://localhost:8080/ to see the app.

Navigate to http://localhost:4000/ to see GraphQL Playground.

Database

Database Diagram

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