FileSharing is an application for anonymous file uploading built with Next.js. It allows users to upload files and share download links.
- Anonymous file uploading
- Unique download link generation
- Support for various file types
- Modern interface using Tailwind CSS
-
Clone the repository:
git clone https://github.com/your-repo/anon-file-upload.git cd anon-file-upload/frontend
-
Install dependencies:
bun install
-
Configure environment variables:
Create a
.env
file in thefrontend
folder and add:API_URL=http://localhost:3000
-
Start the development server:
bun run dev
-
Open http://localhost:3001 in your browser.
This project is licensed under the MIT License. See LICENSE for more details.