Démarrage du serveur qui utilise le port 3000. Les requètes qui seront adressées à l'URL obtiendrons une réponse 'Hello world'.

curl -X POST --header "Content-Type: application/json" --data "{"msg":"ville"}" http://localhost:3000/chat
    
curl -X GET http://localhost:3000/messages/all
    
curl -X DELETE http://localhost:3000/messages/last


L'étape 3 permet de se connecter a Heroku.

