Used REST API to display information about different games played by CU Boulder. Displayed who the winner is for each of the games played.
Integrated the database and created a back-end server which conncects the front-end(my webpage) to the back-end (my database).
Tasks Accomplished
- Setting up routing to my homepage using a GET request.
- Loading the homepage by using the
node server.jscommand and go to localhost:3000/home - Website handles database requests, which helps to pass data from the database to the website.