Skip to content
 
 

Repository files navigation

CodeTutor

Find programming help near you!

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

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages