Skip to content

sanayvarghese/infergram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Infergram

Visit Infergram

Demo

YouTube

To Run the app locally

git clone https://github.com/sanayvarghese/infergram.git

Setup the server

cd server
npm i

Add GEMINI API to .env First create a .env file Add the following to the file

GEMINI_API_KEY = "<Your Gemini API>"
To start the server
npx tsx src/index.ts

To Run the client

Open new terminal in root folder of project

cd infergram-client
npm i

Create .env.local and add the following

NEXT_PUBLIC_SOCKETSERVER=<Your server url eg: http://localhost:3001>

To start development nextjs app

npm run dev

To start the nextjs app

npm run build
npm run start

About

Infergram: A multiplayer image guessing game build for Gemini API Developer Competition 2024

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors