2 min read
Cloud Storage

☁️ Cloud Storage Application

A cloud storage application built using Laravel, designed to offer secure and user-friendly file management.


📁 Project Overview

This project was developed as part of a school assignment with the goal of creating a fully functional cloud storage application. Key features include:

User-Friendly Interface
Provides a web interface for easy navigation and file management. File Management UI - Dark Mode

User Authentication
Allows users to register and log in, ensuring secure access to personal files. Login Page - Dark Mode

File Operations
Users can upload, download, and delete files, as well as share files via email. File Sharing

Shared Files Section
View files shared by others, with options to download or remove sharing links while retaining the files with the original owner. Shared With Me

Admin Dashboard
Offers administrators usage statistics and insights into user activity. Admin Dashboard

Security
Implements things such as secure and private password storage. Database Security

Technology Stack
Mostly TailwindCSS and Laravel Tech Stack

Database & Test Data
The application can create test data, aiming for over 100 users, 500 files, and 200 shares.


⚙️ Setup Instructions

Have Docker installed? You can set up this project locally to view it in the browser with fake users and files by following the instructions in the README file on GitHub.