Skip to content

tcoughlin3/learn-it-now

 
 

Repository files navigation

Learn it Now!

A live one-on-one knowledge sharing platform.

Team

  • Product Owner: Tom Coughlin
  • Scrum Master: Ted Hsiao
  • Development Team Members: Calvin Le, Sonny Sheth

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
  4. Team
  5. Contributing

Usage

http://learnitnow.herokuapp.com/

If you have knowledge to share, create a lesson. If you want to register for a lesson, pick an available appointment and pay the lesson fee.

Requirements

  • Node 0.12.7
  • NPM 2.11.3
  • MySQL 2.10.2

Development

Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

External Requirements

Create Database

mysql.server start CREATE DATABASE learnitnowdb

Set up Mailgun

If you deploy to Heroku, you'll need to add Mailgun as an asset.

If you deploy elsewhere, check https://mailgun.com to set up your API key.

Sending from a local instance only works for sending to the email used to register with Mailgun.

Other APIs

https://developer.appear.in/

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Connects learners with teachers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • HTML 28.5%
  • CSS 12.0%