Pour utiliser l'application :
Clonez le package : git clone 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