Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 650 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 650 Bytes

CodeFriends

Build Status Dependency Status devDependency Status

Setup

Install mysql and mongodb

brew install mysql mongo

Install mocha and gulp

npm install -g mocha gulp nodemon

Install all packages and bower components

npm install
bower install

Running

nodemon server

Testing

npm test