Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 673 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 673 Bytes

Prerequisites

Before you begin, ensure you have met the following requirements

  • Node.js and npm installed on your machine.
  • Google Client Id and Google Client Secret
  • Gemini API key

Setup

  1. clone the repository:
git clone https://github.com/mvp5464/email-classifier
  1. Navigate to the project directory:
cd email-classifier
  1. Create a .env file based on the .env.example file - Add variables to it
cp .env.example .env
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Access the aplication in your browser at:
http://localhost:3000

.