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.
- Product Owner: Shaikat Haque
- Scrum Master: Francis Ngo
- Development Team Members: Peter Warner-Medley, Brian Kim
- fork and clone the repo
- install dependencies from the root of the repo by running
npm install
- download and install neo4j from https://neo4j.com/download/community-edition
- seed the database by running:
npm run seed
- run the following command to start the server
npm start
- open localhost:8080 in your browser to start using the application.
- Node 0.10.x
- Neo4j 3.x
From within the root directory:
npm install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.