Run npm i to install the NPM dependencies, to run the server run npm run start:dev.
node-http-server
┣ src
┃ ┣ utils
┃ ┃ ┣ define-route.js
┃ ┃ ┣ get-request-data.js
┃ ┃ ┗ route-matcher.js
┃ ┣ app.js // app logic here, you should not modify this file
┃ ┣ routes.js // Define your routes here
┃ ┗ server.js // starts the server
┣ HOMEWORK.md
┣ README.md
┣ package-lock.json
┗ package.json