We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701238f commit 61d43f1Copy full SHA for 61d43f1
README.md
@@ -1,3 +1,10 @@
1
# json-db
2
JSON DB for APIs Testing and minimalist project
3
4
+## Installation
5
+
6
+```bash
7
+git clone https://github.com/codewithsushil/json-db.git
8
+cd json-db
9
+php -S localhost:8888
10
+curl http://localhost:8888
0 commit comments