All Projects → CodingZeal → phoenix-react-apollo-demo

CodingZeal / phoenix-react-apollo-demo

Licence: other
Example app using the Phoenix Framework with React and GraphQL

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to phoenix-react-apollo-demo

apollo-tracing-elixir
Apollo Tracing middleware for Absinthe
Stars: ✭ 114 (+208.11%)
Mutual labels:  apollo, absinthe
graphql-ts-client
Typescript DSL for GraphQL.
Stars: ✭ 124 (+235.14%)
Mutual labels:  apollo
phoenix pagination
Simple pagination for Ecto and Phoenix that uses plain EEx templates.
Stars: ✭ 20 (-45.95%)
Mutual labels:  phoenix
querie
Compose Ecto query from the client side
Stars: ✭ 20 (-45.95%)
Mutual labels:  phoenix
vuex-apollo
💚 Vuex-Apollo integration for VueJS
Stars: ✭ 32 (-13.51%)
Mutual labels:  apollo
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-64.86%)
Mutual labels:  css-modules
phoenix meta tags
Phoenix library helps generating meta tags for website.
Stars: ✭ 25 (-32.43%)
Mutual labels:  phoenix
Todo-apollo-redux-react-native
Todo App with apollo + redux + react-native
Stars: ✭ 15 (-59.46%)
Mutual labels:  apollo
opencensus absinthe
Opencensus integration with Absinthe
Stars: ✭ 21 (-43.24%)
Mutual labels:  absinthe
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-48.65%)
Mutual labels:  css-modules
bs-reason-apollo
ReactApollo bindings for BS
Stars: ✭ 23 (-37.84%)
Mutual labels:  apollo
uncharted
No description or website provided.
Stars: ✭ 31 (-16.22%)
Mutual labels:  phoenix
ecto profiler
Project for Ecto DB profiling
Stars: ✭ 16 (-56.76%)
Mutual labels:  phoenix
phoenix.webui.framework
基于WebDriver的WebUI自动化测试框架
Stars: ✭ 118 (+218.92%)
Mutual labels:  phoenix
mfpb
My Frugal PostBin
Stars: ✭ 26 (-29.73%)
Mutual labels:  phoenix
apollo-fragment
Use Apollo Link State to connect components to GraphQL fragments in the Apollo Cache
Stars: ✭ 112 (+202.7%)
Mutual labels:  apollo
phoenix html simplified helpers
Some helpers for phoenix html( truncate, time_ago_in_words, number_with_delimiter, url_for, current_page? )
Stars: ✭ 29 (-21.62%)
Mutual labels:  phoenix
graphql-cli-codegen
apollo-codegen plugin for graphql-cli
Stars: ✭ 22 (-40.54%)
Mutual labels:  apollo
nextjs-components
A collection of React components, transcribed from https://vercel.com/design.
Stars: ✭ 92 (+148.65%)
Mutual labels:  css-modules
dotfiles
💾 dotfiles for macOS - includes zsh, hyper key, Karabiner, and Phoenix configurations. Installation via dotbot.
Stars: ✭ 41 (+10.81%)
Mutual labels:  phoenix

TodoApp

Example app started with Zeal's React app generator and a Phoenix back end.

Absinthe is used for the GraphQL server with Apollo as the GraphQL client

Setup

  • Install elixir dependencies with mix deps.get
  • Install node dependencies with npm install
  • Create and migrate your database with mix ecto.setup

Development

  • Start Phoenix endpoint with mix phoenix.server
  • Start client dev server in another window with npm start

Now you can visit localhost:4000.

GraphiQL

Visit localhost:4000/graphiql.

License

Authored by the Engineering Team of Coding ZEAL

Copyright (c) 2017 Zeal, LLC. Licensed under the MIT license.

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