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