Main content

Home

Menu

Loading wiki pages...

View
Wiki Version:
# FairFuse: Interactive Visual Support for Fair Consensus Ranking This supplement material contains code for the frontend and backend implementation, and a demo video. Steps to run the project: ## Frontend Frontend is built with React Javascript Library. ### 1. Install dependencies: ```bash npm install ``` ### 2. Add an environment variable to point to the backend API. For dev server, create a file `.env.local` with following contents. ``` REACT_APP_API_BASE_URL = 'http://localhost:8000' ``` ### 3. Start dev server ```bash npm start ``` ## Backend Backend is built with FastAPI Framework. ### 1. Setup and activate virtual environment ```bash virtualenv venv --python=/usr/bin/python3 source venv/bin/activate ``` ### 2. Install dependencies ```bash pip install -r requirements.txt ``` ### 3. Start dev server ```bash uvicorn app.main:app --timeout-keep-alive 0 --reload --reload-dir app ```
OSF does not support the use of Internet Explorer. For optimal performance, please switch to another browser.
Accept
This website relies on cookies to help provide a better user experience. By clicking Accept or continuing to use the site, you agree. For more information, see our Privacy Policy and information on cookie use.
Accept
×

Start managing your projects on the OSF today.

Free and easy to use, the Open Science Framework supports the entire research lifecycle: planning, execution, reporting, archiving, and discovery.