Food Of Online Businesses And Restaurants
An interactive tool to map the online food ecosystem.
FOOBAR provides a command-line tool with built-in web scraping to assemble a relational database of online businesses and restaurants.
The official documentation is hosted on this repository's wiki.
git clone https://github.com/team-fsa-s2ds-alumni/foobar-database.git
cd foobar-database
conda env create -f environment.yml
conda activate foobar-database
pip install -e .
conda activate foobar-database
conda env update -f environment.yml
python FOOBAR.py
pytest
docker build -t foobar-database .
docker run foobar-database
