Skip to content

Commit d574a6a

Browse files
committed
docs: update readme file
Signed-off-by: Otavio Santana <[email protected]>
1 parent 1804d94 commit d574a6a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.adoc

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
= data-driven-test-mongodb
1+
= arangodb-java-2025
2+
:toc: auto
23

3-
Introduction to Data Driven test with MongoDB
4+
image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
5+
6+
7+
**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.
8+
9+
== How to install with Docker
10+
11+
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
12+
13+
1. Install docker: https://www.docker.com/
14+
2. https://hub.docker.com/_/mongo
15+
3. Run docker command:
16+
17+
[source, bash]
18+
----
19+
docker run -d --name mongodb-instance -p 27017:27017 mongo
20+
----

0 commit comments

Comments
 (0)