Anonymous Message is a web application built with Next.js that allows users to send and receive anonymous messages.
- Next.js
- MongoDB
- Resend ( For sending mail)
- Zod
- NextAuth
- Shadcn/ui
- Tailwind
- OpenAI
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run start
