All Projects → expo → Pound Random

expo / Pound Random

Expo Blue - a discussion app for small groups

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pound Random

Apollo Universal Starter Kit
Apollo Universal Starter Kit is an SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Stars: ✭ 1,645 (+7733.33%)
Mutual labels:  graphql, expo
Spectrum
Simple, powerful online communities.
Stars: ✭ 10,315 (+49019.05%)
Mutual labels:  graphql, expo
Typescript Expo Apollo Boilerplate
Clean boilerplate for TypeScript + Expo (React Native) + React Apollo (GraphQL)
Stars: ✭ 144 (+585.71%)
Mutual labels:  graphql, expo
Hackatalk
TalkTalk renewal. Open source chat app built-in expo managed work flow
Stars: ✭ 123 (+485.71%)
Mutual labels:  graphql, expo
Margarita
[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
Stars: ✭ 213 (+914.29%)
Mutual labels:  graphql, expo
Joi2gql
Conversion of Joi schemas into GraphQL data types
Stars: ✭ 11 (-47.62%)
Mutual labels:  graphql
React Apollo
♻️ React integration for Apollo Client
Stars: ✭ 6,932 (+32909.52%)
Mutual labels:  graphql
Create Social Network
An educational project, demonstrating how to build a large scalable project with Javascript.
Stars: ✭ 853 (+3961.9%)
Mutual labels:  graphql
React Native Starter Kit
React Native starter kit, get up and running !
Stars: ✭ 9 (-57.14%)
Mutual labels:  expo
Recife
A powerful MVC Framework for GraphQL
Stars: ✭ 20 (-4.76%)
Mutual labels:  graphql
Panther
Detect threats with log data and improve cloud security posture
Stars: ✭ 885 (+4114.29%)
Mutual labels:  graphql
Mvfsillva
My personal website
Stars: ✭ 13 (-38.1%)
Mutual labels:  graphql
Got Auth Service
A professional role-based-authorization(also supports resource and group) service with restful and graphql api for enterprise applications.
Stars: ✭ 12 (-42.86%)
Mutual labels:  graphql
React Apollo Defragment
💿 Automatic query defragmentation based on React trees.
Stars: ✭ 14 (-33.33%)
Mutual labels:  graphql
Usertron
Stars: ✭ 11 (-47.62%)
Mutual labels:  graphql
Learnrelay
Learn Relay - A comprehensive introduction to Relay (created by Graphcool)
Stars: ✭ 887 (+4123.81%)
Mutual labels:  graphql
Graphql
GraphQL Elixir
Stars: ✭ 854 (+3966.67%)
Mutual labels:  graphql
Old Secretcrew
Secret Crew Graphql API
Stars: ✭ 12 (-42.86%)
Mutual labels:  graphql
Gatsby Source Github
A source plugin for Gatsby to source Github data from its GraphQL API for static builds
Stars: ✭ 15 (-28.57%)
Mutual labels:  graphql
Api Example
WIP: Just sample app with API
Stars: ✭ 12 (-42.86%)
Mutual labels:  graphql

Expo Blue Icon

Expo Blue

A discussion app for small groups


Screenshots

Home Screen Workout Screen Workout Timer

🧠 Development Braindump

📱 Expo/RN app

⚙️ Server/Backend

To run your own instance of this app, you must deploy your own server and build a version of the app from source.

Deploy your own backend

  1. Create a MySQL db and run the sql commands found in server/schema.sql to generate all necessary tables and the alterations in server/charset.sql to enable utf8/emoji support.

  2. create a folder under server named pound-random-secret with an index.js file shaped like:

    module.exports = {
      database: {
        host: String,
        user: String,
        password: String,
        database: String,
      },
      twilio: {
        AccountSid: String,
        AuthToken: String,
        From: String,
      },
      twitter: {
        apiKey: String,
        apiKeySecret: String,
        accessToken: String,
        accessTokenSecret: String,
      },
      cloudinary: {
        cloudName: String,
        apiKey: String,
        apiSecret: String,
        envVar: String,
      },
    };
    
  3. Deploy this to a service like Now.sh

  4. Change pound-random-app/Api.js's PRODUCTION_API_BASE_URL and PRODUCTION_WS_URL variables to point towards your server.

Build from source

  1. cd <ROOT>/pound-random-app
  2. Change the bundleIdentifier and Android package name to your own namespace
  3. Sign in to Expo CLI and run expo build <platform>
  4. Download your artifactm distribute it however you please, and enjoy!
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].