Final Project for COP3530. Finds the shortest path between two Wikipedia articles connected to each other via hyperlinks.
The app is publicly available at https://wikisix.vercel.app/.
For local development, follow these instructions:
Installing packages
$ npm installRunning the app
$ npm run devSetting up virtual environment
$ python -m venv venv
$ venv/Scripts/activateInstalling packages
$ pip install -r requirements.txtRunning the app
$ flask --app server runPlease branch off main using the convention initials/feature. For example, SS/boilerplate.
In order to contribute to main, you must first create a PR.