Pour utiliser l'application :
Clonez le package : git clone -q ssh://git@gitlab.eemi.tech:2224/romeo.houlgatte/first-node.git
Rendez vous dans le dossier � partir de votre terminal
lancez un serveur local node : node server

vous pouvez � pr�sent poser des questions au chatbot avec les commandes :

- curl -X POST --header "Content-Type: application/json" --data "{\"msg\":\"ville\"}" http://localhost:3000/chat
  ou
- curl -X POST --header "Content-Type: application/json" --data "{\"msg\":\"m�t�o\"}" http://localhost:3000/chat

Vous pouvez ensuite acc�der � l'historique des messages grace � la commande :

- curl -X GET http://localhost:3000/messages/all

Et supprimer votre dernier message gr�ce � la commande :

- curl -X DELETE http://localhost:3000/messages/last
