All Projects → tomzaku → Todo-apollo-redux-react-native

tomzaku / Todo-apollo-redux-react-native

Licence: other
Todo App with apollo + redux + react-native

Programming Languages

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 Todo-apollo-redux-react-native

Firestore Apollo Graphql
An example of a GraphQL setup with a Firebase Firestore backend. Uses Apollo Engine/Server 2.0 and deployed to Google App Engine.
Stars: ✭ 371 (+2373.33%)
Mutual labels:  apollo, apollo-server
Graphql Advanced Projection
Fully customizable Mongoose/MongoDB projection generator.
Stars: ✭ 46 (+206.67%)
Mutual labels:  apollo, apollo-server
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+3106.67%)
Mutual labels:  apollo, apollo-server
apollo-chat-graphql-server
Apollo Chat is a Chat Service build on GraphQL Apollo with Subscriptions
Stars: ✭ 13 (-13.33%)
Mutual labels:  apollo, apollo-server
Portara
Portara directive is a rate limiter / throttler for GraphQL
Stars: ✭ 158 (+953.33%)
Mutual labels:  apollo, apollo-server
apollo-error-converter
Global Apollo Server Error handling made easy. Remove verbose and repetitive resolver / data source Error handling. Automatic Error catching, logging, and conversion to ApolloErrors.
Stars: ✭ 16 (+6.67%)
Mutual labels:  apollo, apollo-server
Graphql Apq
🎯 Automatic persisted queries (APQ) for any GraphQL server.
Stars: ✭ 43 (+186.67%)
Mutual labels:  apollo, apollo-server
create-graphql-app
Cli tool for bootstrapping serverless GraphQL api
Stars: ✭ 28 (+86.67%)
Mutual labels:  apollo, apollo-server
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (+740%)
Mutual labels:  apollo, apollo-server
React Hipstaplate
A ReactJS full-stack boilerplate based on typescript with ssr, custom apollo-server and huge stack of modern utilities which will help you to start your own project
Stars: ✭ 74 (+393.33%)
Mutual labels:  apollo, apollo-server
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (+40%)
Mutual labels:  apollo, apollo-server
future-of-gql-servers
The future of GraphQL servers (GraphQL Europe 2018)
Stars: ✭ 27 (+80%)
Mutual labels:  apollo, apollo-server
typescript-graphql-postgres-boilerplate
Simple boilerplate integrated typescript, graphql, postgres and apollo server
Stars: ✭ 18 (+20%)
Mutual labels:  apollo, apollo-server
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (+26.67%)
Mutual labels:  apollo, apollo-server
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (+220%)
Mutual labels:  apollo, apollo-server
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (+6313.33%)
Mutual labels:  apollo, apollo-server
Heighliner
A GraphQL Server for NewSpring Web
Stars: ✭ 13 (-13.33%)
Mutual labels:  apollo, apollo-server
apollo-express-ts-server-boilerplate
No description or website provided.
Stars: ✭ 29 (+93.33%)
Mutual labels:  apollo, apollo-server
Apollo Server Vercel
⚫ Production-ready Node.js GraphQL server for Vercel Serverless Functions
Stars: ✭ 69 (+360%)
Mutual labels:  apollo, apollo-server
Sqldatasource
SQL DataSource for Apollo GraphQL projects
Stars: ✭ 176 (+1073.33%)
Mutual labels:  apollo, apollo-server

Introduce

App

This App is built on React Native + Redux + Apollo(GraphQL) The features in app:

  • Get All Data
  • Push task on server

Install

  1. Install dependence package
yarn install

or

npm install
  1. Link package to app
react-native link

Run

  1. Run server
mongod
node run_server.js
  1. Run App 1.Android
react-native run-android
  1. Ios
react-native run-ios
  1. Web open : http://localhost:8000/graphql

Contribute

If it's helpful for you, give me a star <3

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