From 66600874b771be68d7edae1afd5c7cf3527ebb98 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 28 Nov 2019 15:11:57 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7688f18..eb43a33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ Projet Risotto* ============== -API Risotto +Démarrer le server de l'API Risotto : +``` +python3 script/server.py +``` + +Accéder à un message : +``` +wget http://localhost:8080/v1/config.session.server.start +```