1
0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity Security Code Quality
Files
2025-07-10 10:42:30 +07:00

802 B

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Environment requirements

  • NodeJS version 22 or latest
  • npm version 10.9.2 or latest

Environment variable

  • Make .env.local file in root folder
  JWT_SECRET=your secret key

Install package

  npm install

Run the development server:

  npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Application features

  • Login

    • username: admin
    • password: admin123
  • Customer features

  • User featues

  • Mail template features

  • Logout