Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

React App (Frontend)

Installation

  1. Clone this repository.
  2. Install dependencies using npm install.
  3. Create a dropbox app.
  4. Set the environment variables:
REACT_APP_BACKEND_URL="http://localhost:5000"
REACT_APP_STREAMLIT_URL= (link to where chat app is deployed)
REACT_APP_ADMIN_EMAIL=
REACT_APP_DROPBOX_APP_KEY=
REACT_APP_BACKEND_ADMIN_URL=(link to where admin query is deployed)

Usage

  • Run the project with npm start.
  • Access the app at http://localhost:3000/.