Skip to content

team-fsa-s2ds-alumni/foobar-dashboard

Repository files navigation

Banner

Food Of Online Businesses And Restaurants


An interactive tool to map the online food ecosystem.


CI (pip) Project Status: Active

FOOBAR provides an interactive dashboard for navigating the landscape of online food platforms, powered by a relational database.

Documentation

The official documentation is hosted on this repository's wiki.

Install

git clone https://github.com/team-fsa-s2ds-alumni/foobar-dashboard.git
cd foobar-dashboard
conda env create -f environment.yml
conda activate foobar-dashboard

Update conda environment with yaml

conda activate foobar-dashboard
conda env update -f environment.yml

Quick Start

R -e "shiny::runApp('src/visualization/shiny/', port = 7890)"
# open the printed webaddress (http://127.0.0.1:7890)

Build Docker image

docker build -t foobar-dashboard .

Run Docker image

docker run foobar-dashboard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published