Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samarbadriddin0v/google-drive-clone
Build a feature-rich Google Drive clone with Next.js, Firebase, Stripe, and Clerk. Learn to create a secure, scalable, and monetizable cloud storage application in this comprehensive course.
https://github.com/samarbadriddin0v/google-drive-clone
clerk firbase nextjs shadcn-ui
Last synced: 19 days ago
JSON representation
Build a feature-rich Google Drive clone with Next.js, Firebase, Stripe, and Clerk. Learn to create a secure, scalable, and monetizable cloud storage application in this comprehensive course.
- Host: GitHub
- URL: https://github.com/samarbadriddin0v/google-drive-clone
- Owner: samarbadriddin0v
- Created: 2023-12-07T06:09:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T05:49:43.000Z (19 days ago)
- Last Synced: 2024-12-04T06:27:56.539Z (19 days ago)
- Topics: clerk, firbase, nextjs, shadcn-ui
- Language: TypeScript
- Homepage: https://drive.sammi.app
- Size: 2.57 MB
- Stars: 51
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NextJS Firebase Stripe Clerk - Google Drive Clone Project
Embark on an exciting journey of building a Google Drive clone with the Next.js framework Firebase for backend functionality Stripe for payment integration and Clerk for authentication. This comprehensive course is designed for web developers eager to enhance their skills by creating a feature-rich cloud storage application that mirrors the functionality of Google Drive.
🚀 Demo
[https://drive.sammi.app](https://drive.sammi.app)
🧐 Features
Here're some of the project's best features:
- Stripe Integration
- Clerk Authentication
- Firebase Backend
- Light and Dark mode 🌓
- List rename delete drag & drop reorder and copy
- Stripe subscription for each organization to unlock unlimited boards
- Zustand state management
- Detail-oriented effects and animations using TailwindCSS
- Environment Typescript NextJS Setup🛠️ Installation Steps:
1. Install packages
```
npm install & yarn install
```2. Setup .env file
```
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_STRIPE_SECRET_KEY=
NEXT_PUBLIC_DOMAIN=
```3. Start the app
```
npm run dev & yarn dev
```💻 Built with
Technologies used in the project:
- ReactJS
- NextJS app routes
- NodeJS
- TailwindCSS
- ShadcnUI
- Clerk
- Stripe
- TypeScript