Execute the following command in the example root directory
npm i && node src/main.js
- '/' - this is a home route
- '/user/:id?' - returns an user id, the parameter is optional: /user/6969
- '/book/:id?/comment/:commentId?' - returns a book id and comment id if given, the parameters id and commentId are optional: /book/888/comment/142