← Go Back
MstryMessage

MstryMessage

Lakshyaraj Dash · Feb 2025 - Feb 2025

Mystry Message is an anonymous messaging platform that allows users to receive honest feedback and messages without revealing the sender’s identity.


🚀 Tech Stack

  • Framework: Next.js
  • Language: TypeScript
  • Database: MongoDB
  • Authentication: NextAuth
  • UI: Tailwind CSS & shadcn/ui

📦 Installation

Install all dependencies using:

pnpm install

Note: Some dependencies may not fully support React v19.0.0. If you encounter issues, use:

pnpm install --force
pnpm install --legacy-peer-deps

💻 Development

Start the development server:

pnpm dev

🏗️ Production Build

Build the project for production:

pnpm build

After building, start the production server:

pnpm start