Go to file
Mahen 8c345418b3 refactor: fix validation budget input 2026-03-13 14:42:30 +07:00
lib refactor: change all about fastapi endpoint integration 2026-03-06 15:27:06 +07:00
prisma chore: change classification report value 2026-03-08 10:51:21 +07:00
public Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
src refactor: fix validation budget input 2026-03-13 14:42:30 +07:00
.gitignore first commit 2026-02-04 10:31:43 +07:00
README.md Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
components.json first commit 2026-02-04 10:31:43 +07:00
declarations.d.ts style: slicing dashboard UI 2026-02-05 08:32:44 +07:00
eslint.config.mjs Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
next.config.ts feat: adjust product review analysis form & minor styling 2026-02-12 13:32:41 +07:00
package-lock.json feat: integrate get profile modal endpoint 2026-02-18 13:27:50 +07:00
package.json feat: integrate get profile modal endpoint 2026-02-18 13:27:50 +07:00
postcss.config.mjs Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
prisma.config.ts feat: add model info get data action 2026-02-06 11:26:57 +07:00
tailwind.config.ts fix: reformat eslint issues 2026-02-11 08:46:28 +07:00
tsconfig.json Initial commit from Create Next App 2026-02-02 10:50:51 +07:00

README.md

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.