No description
Find a file
2026-02-07 18:34:40 +11:00
docs added contex-1.md 2026-02-07 18:34:40 +11:00
prisma Functionality of creating folder and uploading files works 2026-01-12 00:41:54 +11:00
public Initial commit from Create Next App 2026-01-04 16:05:48 +11:00
src fixed file creation bug 2026-02-07 12:33:43 +11:00
.env Fixed authenticate into the app 2026-01-21 12:34:02 +11:00
.env-bak Working Version-Where we are up to 8/1/2026 2026-01-08 16:41:31 +11:00
.env.example nextjs installed 2026-01-04 16:53:15 +11:00
.env.local Fixed authenticate into the app 2026-01-21 12:34:02 +11:00
.env.local-bak part working authentication 2026-01-06 13:40:21 +11:00
.env.local-bak2 part working authentication 2026-01-06 13:40:21 +11:00
.gitignore Working Version-Where we are up to 8/1/2026 2026-01-08 16:41:31 +11:00
errors.txt Basic MUI implemented 2026-01-06 20:24:25 +11:00
eslint.config.mjs Initial commit from Create Next App 2026-01-04 16:05:48 +11:00
next.config.ts Create Folder in FileNode needs more work 2026-01-09 17:58:44 +11:00
package-lock.json pdf and image metadata extractor working 2026-02-07 11:05:45 +11:00
package.json pdf and image metadata extractor working 2026-02-07 11:05:45 +11:00
prisma.config.ts After DAL refactor 2026-01-16 16:22:00 +11:00
README.md Initial commit from Create Next App 2026-01-04 16:05:48 +11:00
tsconfig.json Initial commit from Create Next App 2026-01-04 16:05:48 +11: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 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.