Open https://mails-categoriser.vercel.app/ with your browser to see the result.
This project is a Next.js application aimed at categorizing emails. It utilizes authentication via NextAuth and interacts with the Google API. Below are instructions to get started and set up the project. Open [https://mails-categoriser.vercel.app/](Live Link) with your browser to see the result.
To install all necessary dependencies, run the following command:
npm install
To start the development server, run:
npm run dev
Create a .env file in the root of the project and add the following variables:
GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= NEXTAUTH_URL= NEXTAUTH_SECRET= GEMINI =
Open http://localhost:3000 with your browser to see the result. Open http://localhost:3000 with your browser to see the result.