Skip to content

Commit c7d6ed4

Browse files
committed
Update README.adoc to enhance documentation and installation instructions
1 parent 052e0b9 commit c7d6ed4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.adoc

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
== behavior-driven-test-mongodb
2-
A sample code using BDD with MongodB
1+
= Data Driven Test
2+
:toc: auto
3+
4+
image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
5+
6+
**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.
7+
8+
== How to install with Docker
9+
10+
1. Install docker: https://www.docker.com/
11+
2. https://hub.docker.com/_/mongo
12+
3. Run docker command:
13+
14+
[source, bash]
15+
----
16+
docker run -d --name mongodb-instance -p 27017:27017 mongo
17+
----

0 commit comments

Comments
 (0)