This is a simple web app to demonstrate how to leverage the Purdue.io API to create an experience for browsing course catalog data.
A public instance is available at purdue.io.
Simply restore npm packages and run npm run dev to start a local instance accessible at
http://localhost:5000/ by default.
npm install
npm run dev