Crowd-sourced coding curricula constructor.
- Use BaseBranch
- Product Owner: Robert Zheng
- Scrum Master: Wendy Leung
- Project Manager: Michael Roberts
- Development Team Members: Kalev Roomann-Kurrik, Julia Nething
BaseBranch is a crowd-sourced collection of coding resources and curriculums. Browse coding topics and curricula or log in and construct and edit curricula or vote on the quality of resources.
For a complete list of requirements, see the package.json file.
- Node 0.12.0
- Express 4.0.0
- React 0.12.2
- Reflux 0.2.7
From within the root directory:
npm install
From within the root directory:
gulp production
gulp tasks:
- gulp production
- gulp localtest
- gulp default
Setup MySQL database named basebranch
mysql.server start
mysql -u root
To start the server, from within the root directory:
node server.js
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.