Created for UF AI Days Gator Hack (Sponsored by Verizon)
https://devpost.com/software/kim-s-convenience
Please contact zhang.jonathan@ufl.edu
to be provided access to our authentication key for the OpenAI API.
Step 0: Download requirements.
- Node.js
- npm
Step 1: Clone the repository.
git clone https://github.com/victorpolisetty/martin-verizon.git
Step 2: Install requirements.
npm install
npm install cors
(may be missing)
Step 3: Start the backend server.
export API_KEY="INSERT_AUTHENTICATION_KEY_HERE"
node backend/chat_gpt_api.js
Step 4: Start the frontend web app in a new terminal. If it asks to switch ports, click YES.
npm start
Step 5: Access the React web app on the provided localhost link in a Chrome-based browser.