CS628-HOS01 Run Ollama Server Open New Terminal curl -fsSL https://ollama.com/install.sh | sh ollama serve Pull and Chat with a Large Language Model (LLM) Conversational AI Open New Terminal ollama pull gemma2:2b Run ExpressJS Backend Server Open New Terminal cd backend npm install node index.js Make the Port Visibility Public Copy the forwarded address ExpressJS Run React.js Frontend Server Copy your ExpressJS Forwarded Address Create .env file and paste it after REACT_APP_API_URL= following: (use example.env as reference) Open New Terminal cd frontend npm install npm start