bugbiteme / cocktail-ai-web-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Front End for cocktail-ai RestAPI

Test locally

  • Set the REACT_APP_API_URL environment variable on your system to the generate-recipe endpoint/path
    (Example)
export REACT_APP_API_URLL="https://cocktail-ai/generate-recipe/"
  • Launch app from command line from within the CocktailAiWeb directory
npx expo start

Deploy and run in a container

podman build -t my-react-app .

podman run -p 3000:3000 my-react-app

About


Languages

Language:JavaScript 63.1%Language:CSS 25.8%Language:Dockerfile 11.1%