RESTful-CRUD practice with HTTP verbs and routes in express (S35 from WDB) Addaptation of the exercises made by Colt in the course (replacing posts with comments a "resource") Install the dependecies from the project folder: $ node install Run the program Run the program by using $ node *(or nodemon)* index.js Open the paths on your localhost:8080 (or one of your choice, but do not forget to change it in index.js)