Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 391 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 391 Bytes

This project contains bots to simulate activity on a CoopCycle instance.

Right now there a 2 types of bots.

Customers, who create random orders

Couriers, who have routines and wait for orders to deliver.

Installation

npm install
npm install -g pm2

Running the server

make start

Go to http://localhost:3001

Stopping the server

make stop