Colorfy

Project integrating Gemini AI for color analysis or similar features.

Prerequisites

Setup

  1. Install dependencies:
    npm install
    
  2. Environment Configuration:
    • Duplicate .env.example and rename it to .env:
      cp .env.example .env
      
    • Open .env and fill in your GEMINI_API_KEY.

Running the Project

To start the server:

npm start

Structure