Skip to content

httparty/matchjs

Repository files navigation

MatchJS

Build Status

Mentoring for JavaScript developers.

Overview

MatchJS is an app designed to connect current and aspiring software engineers seeking to improve their skills in a certain area with mentors who have real-world experience and are willing to share their knowledge. By allowing users to post their availability and seek out mentors by skill set, MatchJS is aiming to make the way we learn and teach a more open and communal experience.

Installation

$ git clone https://github.com/httparty/matchjs.git
$ cd matchjs
$ npm install
$ npm start

For an in depth guide, please refer to our Getting Started page.

Testing

  • Server side unit tests: gulp test
  • Client side unit tests: gulp karma
  • Client side end to end tests: gulp e2e

For an in depth guide, please refer to our Testing page.

Architecture

Coming soon.

Tech Stack

Contributing

Thank you for taking interest in contributing! Please read our CONTRIBUTING.md and check out our current issues.

Documentation

Please see the project wiki.

Authors