Skip to content

paunchy-llamas/code-tutor

Repository files navigation

Get connected with an experienced developer to learn coding.

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. Tasks
  3. Team
  4. Contributing

Team (v1)

Requirements

  • Node 5.9.1
  • MongoDB 3.2.4

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install

npm install will chain bower install and install bower client-side dependencies within the client/lib directory

To load example data on a running instance of mongodb... mongorestore -d <nameOfDatabase> <pathToDump> See demoBackUp_readme.md for details

Tasks

  • gulp task
  • gulp start

Future directions

  • Integrate Google Maps
  • Scheduling for both tutor and normals accounts
  • Handle images on front end (resize, crop)
  • Secure messaging between accounts
  • Add OAuth
  • Allow signin with username
  • Improve token authentication system
  • Use https
  • Stream images directly from the request POST to GridFS

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published