Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Driven Test

Table of Contents
MongoDB

Mongodb: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.

How to install with Docker

  1. Install docker: https://www.docker.com/

  2. https://hub.docker.com/_/mongo

  3. Run docker command:

docker run -d --name mongodb-instance -p 27017:27017 mongo

About

Introduction to Data Driven test with MongoDB

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages