Skip to content

stevesajeev1/WikiSix

Repository files navigation

WikiSix

Final Project for COP3530. Finds the shortest path between two Wikipedia articles connected to each other via hyperlinks.

Running the App

The app is publicly available at https://wikisix.vercel.app/.

For local development, follow these instructions:

Frontend

Installing packages

$ npm install

Running the app

$ npm run dev

Backend

Setting up virtual environment

$ python -m venv venv
$ venv/Scripts/activate

Installing packages

$ pip install -r requirements.txt

Running the app

$ flask --app server run

Contribution Guidelines

Please branch off main using the convention initials/feature. For example, SS/boilerplate. In order to contribute to main, you must first create a PR.

About

Six Degrees of Wikipedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors