First, install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Create an account at Clerk to manage authentication and add api keys to .env.local
Create a database and add a connection string using details from Neon website
Open prisma studio to view the database entries:
npx prisma studio
To push schema changes to the database repository:
npx prisma db push
Please check Prisma documentation for more features
We use Gemini AI to analyze journal entries. Create an API key from Google AI Studio
Added using pgvector extension from postgresql and open source embeddings from Hugging Face.