/gitbud

An application to help programmers begin working on open source projects.

Primary LanguageJavaScript

GitBud

GitBud is an application that allows users to connect with others who are either at the same level or higher to work on open source projects. Users can view current projects, interested users, and pair up to work on a project together.

Team

  • Product Owner: Shaikat Haque
  • Scrum Master: Francis Ngo
  • Development Team Members: Peter Warner-Medley, Brian Kim

Table of Contents

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

Usage

  • fork and clone the repo
  • install dependencies from the root of the repo by running
npm install
npm run seed
  • run the following command to start the server
npm start
  • open localhost:8080 in your browser to start using the application.

Requirements

  • Node 0.10.x
  • Neo4j 3.x

Development

Installing Dependencies

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.