Author: Raymond Mi Date: 07-29-2025 Description: A website created to practice using public APIs, using Node.js and Express.js to host the website and handle HTTP requests, using EJS for templating, and using Bootstrap and CSS files for styling.
Instructions for use:
- Open up a bash terminal
- Change directory into this folder Example: cd "Public API Website"
- Install the relevant NPM modules using by typing this command: npm i
- Run Node.js on this website using:
- nodemon: type "nodemon index.js" in the command line
- native node: type "node index.js"
- Type localhost:5000 in your web browser to load up the website Note: if this website is being hosted on Github, use the relevant github link.