Replicates google drive, a widely used file sharing and saving tool. It enables users to securely login & signup, uploading files, create teams and access various functionalities such as group file sharing, saving, managing members and many more.
- Next.js
- TypeScript
- HTML5
- CSS3
- Node.js
- NPM
- NPX
- Clerk
- Convex
- Tailwind CSS
-
Authentication: Implements authentication and authorization features using Clerk, allowing users to securely log in via social sign-on or traditional email and password methods, while ensuring appropriate access levels and permissions within the platform.
-
File Sharing: Share files and folders with others easily, controlling their access levels (view, comment, or edit)
-
Cloud Storage: Store files and access them from any device with internet connectivity.
-
Collaboration: Work simultaneously on documents, spreadsheets, and presentations with real-time editing and commenting.
-
Offline Access: Access and edit files offline, with changes syncing automatically once reconnected to the internet.
-
File Organization: Use folders and labels to organize files efficiently.
-
Search Functionality: Powerful search tools to quickly locate files using keywords, file types, or owner details.
-
Version History: View and restore previous versions of files to track changes over time.
-
Security Features: Protect files with encryption and two-factor authentication for added security.
-
Responsive Design: Follows responsive design principles to ensure optimal user experience across devices, adapting seamlessly to different screen sizes and resolutions.
-
Cloning:
Run the following command in your terminal or command prompt to clone the repository to your local machine:
git clone https://github.com/theankushshah/drove.git
-
Navigate to the Directory:
Once cloned, navigate into the project directory using the
cd
command:cd drove
-
Download ZIP Code folder:
Unzip the folder in your machine.
-
Navigate to the Downloaded Directory:
Open your code editor and open the unzipped folder in it then:
cd /path/to/downloaded/folder
-
Dependencies Installation:
npm install
-
Environment Variables & Database Setup:
Create a new file named
.env
in the root of your project and add the following content:CONVEX_DEPLOYMENT= NEXT_PUBLIC_CONVEX_URL= NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY=
Replace the placeholder values with your actual Clerk & convex credentials. You can obtain these credentials by signing up on the Clerk website and Convex website
Also get you Issuer url by creating a JWT Template on clerk and replace with mine in application.
Get your hostname from convex too and replace with mine.
Add CLERK_SECREY_KEY on convex website enviorment variable.
-
Running:
npm run dev
Open http://localhost:3000 in your browser to view the project.
-
Start Coding:
Feel free to edit the code according to your requirements.
-
Testing
npm test
-
Build for Production
npm run build
-
Initialize a New Git Repository:
git init
-
Stage and Commit the Code:
git add . git commit -m "Initial commit"
-
Create a New Repository on GitHub:
Do not initialize the new repository with a README, .gitignore, or license.
-
Link Local Repository to GitHub:
git remote add origin https://github.com/username/new-repo.git
Replace https://github.com/username/new-repo.git with your actual repository URL.
-
Push Code to GitHub:
git branch -m main git pull origin main git push -u origin main
-
Deployment:
Deploy the application to your preferred hosting platform to make it accessible online.
-
Forking:
Run the following command in your terminal or command prompt to fork the repository to your local machine:
git clone https://github.com/your-username/drove.git
-
Navigate to the Directory:
Once cloned, navigate into the project directory using the
cd
command:cd drove
-
Start Coding:
Make the additions & desired changes to the code.
-
Commit & Push Your Changes to Your Fork:
Once cloned, navigate into the project directory using the
cd
command:git add . git commit -m "" git pull origin main git push -u origin main
-
Create a Pull Request:
-
Go to your forked repository on GitHub
-
Click the "Compare & pull request" button.
-
Review your changes and write a clear description of your contribution.
-
Click "Create pull request"
I will review your pull request and decide whether to merge your changes into my repository or not
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
- Ankush Shah ([email protected])
- Haven Futures ([email protected]) (Main)
Happy coding!