Coder Social home page Coder Social logo

idioma's Introduction

iDioma

An app that connects language learners Stories in Ready

  1. Usage
  2. Requirements
  3. Tech Stack
  4. Schema
  5. Development
    1. Setting up MySQL database
    2. Adding MySQL password
    3. Adding Facebook OAuth configuration
    4. Installing Dependencies
    5. Starting MySQL server
    6. Starting server locally
  6. Team
  7. Current Build Health
  8. Roadmap

Usage

See the app in action here.

Requirements

Node v5.8
Webpack
MySQL

Tech Stack

Schema

Development

Setting up MySQL database

(If you don't have Homebrew installed, go to http://brew.sh/ to install Homebrew.)

brew install mysql
mysql -u root
CREATE DATABASE idioma

Adding MySQL password

Navigate to server/db, add a config.js file and export your mysql root user password as a string. This file is git ignored. Format: module.exports = 'password';

Adding Facebook OAuth configuration

Navigate to server/auth, add a config.js file and export your facebook OAuth client ID and secret in an object. This file is git ignored. Format: module.exports = {ID: 'id', SECRET: 'secret'};

Adding Twilio credentials

Navigate to root directory, add a .env file and add Twilio Account SID, Video Configuration SID, API Key, and API Secret. Reference this repo (https://github.com/TwilioDevEd/video-quickstart-node) for links to generate these credentials if you do not already have them. This file is git ignored. Format:

TWILIO_ACCOUNT_SID=
TWILIO_API_KEY=
TWILIO_API_SECRET=
TWILIO_CONFIGURATION_SID=

Installing Dependencies

From within the root directory:

brew install node
npm install -g webpack
npm install

Starting MySQL server

mysql.server start

Starting server locally

npm start

Team

  • Product Owners: Muhammad Naqvi, Reina Mei
  • Scrum Master: Ashwin Ravi

Current Build Health

Build Status

View the build history

Roadmap

View the project roadmap here Stories in 'Backlog' Stories in 'Ready' Stories in 'In Progress'

idioma's People

Contributors

reinaisnothere avatar monaqvi avatar ashsravi avatar

Watchers

James Cloos avatar  avatar

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.