MarckK / genai-chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Available Scripts

In the project directory, you can run:

npm run start:frontend

Runs the app frontend in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run start:backend

Runs the app backend in the development mode, listening on port 8000.

Your API key must be stored in a .env file and named API_KEY

Add a .env file at the root of project. Add .env to your .gitignore file. Then get an API key to access Google's generativeai.
Within your .env file store your API Key as below, with the Xs replaced by your API key:

API_KEY=XXXXXXXXXXXXX

About


Languages

Language:JavaScript 55.7%Language:HTML 24.2%Language:CSS 20.1%