Food Of Online Businesses And Restaurants
An interactive tool to map the online food ecosystem.
FOOBAR
provides an interactive dashboard for navigating the landscape of online food platforms, powered by a relational database.
The official documentation is hosted on this repository's wiki.
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
conda activate foobar-dashboard
conda env update -f environment.yml
R -e "shiny::runApp('src/visualization/shiny/', port = 7890)"
# open the printed webaddress (http://127.0.0.1:7890)
docker build -t foobar-dashboard .
docker run foobar-dashboard