💁🏽♂️ Quinn
A web app to recommend clean skincare products for men.
Users will take a short survey regarding their skin concerns, and the app will recommend them a curated selection of products.
Quinn was created for Summer 2020 MLH Fellowship Halfway Hackathon
- Clone the repository:
git clone https://github.com/MLH-Fellowship/Quinn.git
- From the command line, navigate to the Quinn directory and run the following:
pip3 install --upgrade pip
pip install -r requirements.txt
flask run run.py
Visit http://127.0.0.1:5000/
in your browser.