Skip to content

danushsingla/Sadie-Personal-Credit-Risk-AI-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nessie Guard

Prerequisites

  • Node.js 20+
  • npm

Setup

  1. Clone the repository:
git clone <repository-url>
cd swamphacks2026
  1. Set up environment variables:
cp .env.example .env
# Edit .env with your API keys
  1. Install backend dependencies:
cd server
npm install
  1. Install frontend dependencies:
cd ../client
npm install

Running the Application

Start Backend Server

cd server
npm run dev

Server runs on http://localhost:3000

Start Frontend (new terminal)

cd client
npm run dev

Frontend runs on http://localhost:5173

Environment Variables

Copy .env.example to .env and configure:

NESSIE_API_KEY=your_key_here
NESSIE_BASE_URL=http://api.nessieisreal.com
GEMINI_API_KEY=your_key_here
GEMINI_MODEL=gemini-2.0-flash
ELEVENLABS_API_KEY=your_key_here
ELEVENLABS_VOICE_ID=JBFqnCBsd6RMkjVDRZzb
DEMO_CREDIT_LIMIT=1000
DEMO_UTILIZATION_THRESHOLD=0.30
DEMO_CUSTOMER_ID=your_customer_id

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages