Skip to content

MongoDB

"MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era." - https://www.mongodb.com

Tricks and Usage

Start mongodb locally using docker

docker run -d -p 27017:27017 --name mongotest mongo:4.2

See Also