A simple Google Drive clone built with Next.js, UploadThing, and Drizzle ORM.
- File and folder management
- File uploading with UploadThing
- Database storage with Drizzle ORM
- Authentication with Clerk
-
Clone the repository:
git clone <repository-url>
-
Install dependencies:
pnpm install
-
Set up your file with the necessary environment variables.
-
Run the development server:
pnpm run dev
Contributions are welcome! Please feel free to submit a pull request.