Banner

MstryMessage

nextjs
typescript
mongodb

Lakshyaraj Dash • Thu 23 Jan 2025


Mystry Message is an annonymous messaging project.

Tech Stacks

  • Framework: NextJS
  • Language: Typescript
  • Database: MongoDB
  • Authentication: NextAuth
  • UI: TailwindCss & Shadcn UI

Install all the dependencies

  • Note: Some dependencies may not support reactjs v19.0.0, use --force or --legacy-peer-deps with the installation command
pnpm i
# OR: pnpm i --force
# OR: pnpm i --legacy-peer-deps

Start the development server

pnpm dev

Build the website

pnpm build

Start the production server

  • Note: It requires build directory, made with the build command
pnpm start