Generate realtime driver bot with random trips.
Node.js, tested with version 7.0.0. We recomand the utilisation of nvm.
Install MongoDB
brew install mongodb
Install Redis
brew install redis
npm install
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
Start mongodb :
mongod
Start redis server :
redis-server /usr/local/etc/redis.conf
Start application :
npm start