Skip to content
Andy Wei edited this page May 3, 2017 · 3 revisions

EveryoneRunning-Backend

Installation

Start server

git clone https://github.com/ColdeGarage/RunRRR-Backend.git
cd RunRRR
npm install
npm start

Running Unit test

path_to_project $ npm test

API URL (temporarily)

Call the API with URL when you're at EECS822.
URL : OURPATH/api/VERSION/object/action

Clone this wiki locally