Skip to content

ab7022/Mails-categoriser

Repository files navigation

Project: Mails Categoriser

LIVE

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.

Getting Started

Installation

To install all necessary dependencies, run the following command:

npm install

Development

To start the development server, run:

npm run dev

Environment Variables

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.