Go to file
Mahen 54fd6ac26b fix: remove useless local path 2026-05-19 14:17:41 +07:00
lib refactor: change all about fastapi endpoint integration 2026-03-06 15:27:06 +07:00
prisma refactor: clean up spaghetti code 2026-04-05 15:32:23 +07:00
public Initial commit from Create Next App 2026-02-02 10:50:51 +07:00
src fix: remove useless local path 2026-05-19 14:17:41 +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 config: resolve wrong remote pattern definition 2026-04-04 09:49:28 +07:00
package-lock.json fix: resolve puppeter versioning issue 2026-04-04 12:31:51 +07:00
package.json fix: resolve puppeter versioning issue 2026-04-04 12:31:51 +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
vercel.json fix: resolve puppeter versioning issue 2026-04-04 12:31: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.