Skip to content
Josh Tingey edited this page Oct 14, 2020 · 1 revision

Useful links

Reference data links

Checking the mongodb database

mongo --username <MONGO_INITDB_ROOT_USERNAME> --password <MONGO_INITDB_ROOT_PASSWORD> --authenticationDatabase admin
use thetrains
db.BERTHS.find()  # To display all BERTH documents

Clone this wiki locally