Skip to content

chaos-lab/Taxi-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

First install node.js:

 yum install nodejs

Install npm:

 curl http://npmjs.org/install.sh | sh

install packages:

 npm install

run:

 node server.js

How to test

First ensure mongodb is running.

Install necessary packages:

 npm install

run test:

 make test