Create README.md

This commit is contained in:
Ben Gotow 2016-06-20 12:19:01 -07:00 committed by GitHub
parent 3dc03688e8
commit 3a677a8c2d

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# K2 - Sync Engine Experiment
# Running the API
```
cd api
npm install
node app.js
```
# Running the Sync Engine
```
cd sync
npm install
node app.js
```