Go to file
2024-02-14 17:07:42 +07:00
prisma Optimize dashboard and user managemnt 2024-02-14 12:46:14 +07:00
public Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
src lint 2024-02-14 17:04:21 +07:00
.env Added sign in action 2024-01-15 01:39:29 +07:00
.eslintrc.json Addeed get users 2024-01-22 23:08:36 +07:00
.gitignore Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
bun.lockb optimize auth 2024-02-14 09:56:37 +07:00
next.config.js Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
package.json Version 0.0.1 2024-02-14 17:07:42 +07:00
postcss.config.js Added function for retrieve user by cookie 2024-01-22 11:30:00 +07:00
README.md Initial commit from Create Next App 2023-12-23 13:03:57 +07:00
tailwind.config.ts Add role selection for user 2024-02-14 17:03:57 +07:00
tsconfig.json Initial commit from Create Next App 2023-12-23 13:03:57 +07:00

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 Inter, a custom Google Font.

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.