From 7f41aa0fbcc0c302d48d18cf2b0434b066d427f2 Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Thu, 2 Feb 2023 10:19:37 +0100
Subject: [PATCH] Update README.md with docs

---
 Readme.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Readme.md b/Readme.md
index e3a82c0..62e881c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -30,6 +30,10 @@ If everything is ok, [http://localhost:5000/swagger-ui/](http://localhost:5000/s
 ./cli mysql_init
 ```
 
+#### View and edit database 
+
+Use `./cli mysql` or PHPMyAdmin on `http://localhost:5001/` (check if phpmyadmin.yml is in your COMPOSE_FILE)
+
 #### Run tests
 
 ```
-- 
GitLab