This is a Next.js project bootstrapped with create-next-app
. Uses shadcn/ui.
- Frontend Framework: Next.js 14 with TypeScript
- UI Components: shadcn/ui - Built on Radix UI and Tailwind CSS
- Styling: Tailwind CSS
- AI/ML Integration: Work In Progress
- Google Vertex AI for embeddings
- PaLM API for text generation
- Backend: Node.js with TypeScript
- Database: neo4j graph db
To run the project, you have several options:
- Run both frontend and backend concurrently:
npm run dev
- Run only the frontend:
npm run frontend
- Run only the backend:
npm run backend
Open http://localhost:3000 with your browser to see the frontend result.