You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull docker image for mongodb
docker pull mongo:4.0.4
Start docker compose
docker-compose -f docker/compose/docker-compose.yml up -d
Touch REST API
curl --request GET --url 'http://127.0.0.1:65333/logs'
curl --request GET --url 'http://127.0.0.1:65333/logs?offset=0&limit=10'
curl --request GET --url 'http://127.0.0.1:65333/logs?offset=10&limit=10'
curl --request GET --url 'http://127.0.0.1:65333/logs?limit=10&last=5ee736d9eb72c7f9b3eabee2'
Launch for debugging:
Build docker image for vehicle emulator and pull image for mongodb. Launch them.