Skip to content

Repository files navigation

setup guide

To run backend and databases through docker run:

cd backend/ && docker compose up -d && npm run dev

open another terminal and run

cd frontend/ && npm run dev

to setup prisma run these commands in backend folder

npx prisma generate

npx prisma migrate dev

Make sure to do npm install in both directories and also add .env files for both backend and frontend for .env files refer .env.example in frontend and backend

To access/see database through a prisma UI run:

cd backend/ && npx prisma studio

About

Anvik is an AI-powered agentic personal assistant built with React, TypeScript, Node.js, and PostgreSQL (pgvector) designed to automate workflows such as email, reminders, and content summarization. It utilizes RAG, semantic search, and multi-agent orchestration for context-aware task execution and reliable AI interaction.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages