This project is an application that allows users to interpret and analyze dreams according to dream interpretation and keep users dreams with the integration of artificial intelligence.
- CRUD operations (GET/POST)
- Google Gemini AI integration
- Next.js usage
- i18n usage (Next-intl)
- JWT Authentication
- Next.js
- TypeScript
- MongoDB
- TailwindCss
- ShadCN && MagicUI
NEXT_PUBLIC_API_KEY
NEXT_PUBLIC_MONGO
JWT_SECRET
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev