Skip to content

Pulverizer2020/WildHacks2022

Repository files navigation

WildHacks2022 - The Gift Whisperer

The Gift Whisperer - a web app for creative gift recommendations!

Andrew Pulver - Julian Baldwin - Ryan Newkirk

How to Run Website Locally

  1. Download Required Software
  2. Obtain OpenAI API key
    • Make a free account on OpenAI
    • Click on profile photo, and then "View API keys"
    • Copy API key and paste the following into Flask environment variable file named .env: OPENAI_API_KEY=YOUR_KEY_HERE
  3. Install libraries
    • In root folder, run the following command: pip install -r requirements.txt
    • Navigate to /frontend/my-app/ folder, then run the following command: npm i
  4. Start frontend and backend servers
    • In root folder, run the following command: python3 app.py
    • In a new terminal, navigate to /frontend/my-app/ folder and run the following command: npm start
  5. Open Website
    • In a web browser, navigate to the following url to view website: localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •