It serves as a clone of Google Drive, providing a web-based file storage and sharing solution with a user-friendly interface and seamless integration of cloud functionalities.
- User authentication and authorization
- File upload, list,rename and delete capabilities
- Real-time collaboration on documents
- Integration with AWS for file storage
- Responsive design for mobile and desktop access
This is a Next.js project bootstrapped with create-next-app
.
To configure your application, you may need to create a .env
file in the root of your project. This file can contain environment-specific variables.
BASE_URl="https://localhost:5000" # Use your backend API URL here
First, install the necessary packages:
npm install
Then, run the development server:
npm run dev
Open https://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
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.