Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 719 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 719 Bytes

bumblebee-bot

Generate realtime driver bot with random trips.

Requirements

Node.js, tested with version 7.0.0. We recomand the utilisation of nvm.

Install MongoDB brew install mongodb

Install Redis brew install redis

Instalation

npm install

Configuration

add a .env files in root directory

GOOGLE_API_KEY=xxx
MONGODB_URI=mongodb://localhost/bumblebee
REDIS_URL=redis://127.0.0.1:6379/
PORT=3000

Launch

Start mongodb : mongod

Start redis server : redis-server /usr/local/etc/redis.conf

Start application : npm start