Create a minimal server that randomly serves up one of two different pages for the same endpoint/url.
- Node.js https://nodejs.org/en/
- Express https://expressjs.com/ | https://expressjs.com/en/starter/installing.html | https://expressjs.com/en/starter/hello-world.html
Count the number of times each page has been shown and display on each page respectively.
Create a subfolder in this directory named with your github name. Place all relevant code needed in the folder and submit a pull request to this project's submissions branch.