Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthikeyaspace/transferit
Transferit is a file sharing application that allows you to share files securely and anonymously with an option of setting password. It is build using Typescript, Tailwind css, Supabase, AWS S3. It has a user-friendly interface and is easy to use.
https://github.com/karthikeyaspace/transferit
Last synced: about 1 month ago
JSON representation
Transferit is a file sharing application that allows you to share files securely and anonymously with an option of setting password. It is build using Typescript, Tailwind css, Supabase, AWS S3. It has a user-friendly interface and is easy to use.
- Host: GitHub
- URL: https://github.com/karthikeyaspace/transferit
- Owner: karthikeyaspace
- Created: 2024-07-10T17:02:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:01:02.000Z (5 months ago)
- Last Synced: 2024-08-09T17:45:55.434Z (5 months ago)
- Language: TypeScript
- Homepage: https://transferfile.vercel.app
- Size: 334 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transferit
a secure and anonymous file sharing application.![image](https://github.com/user-attachments/assets/3cc9df09-624c-4dff-8020-feb470277077)
### Tech Stack
- **Frontend**: React, Typescript, Tailwind
- **Database**: Supabase (Postgres)
- **Storage**: AWS S3## Quick local setup
Follow these steps to get Photolic running on your local machine for development and testing.
### Installation Steps
1. **Clone the repository**:
```bash
git clone https://github.com/karthikeyaspace/transferit.git
cd photolic
```2. **Install dependencies**:
```bash
npm install
```### Environment Variables Setup
VITE_SUPABASE_KEY = \
VITE_AWS_ACCESS_KEY_ID = \
VITE_AWS_SECRET_ACCESS_KEY = \
VITE_AWS_BUCKET_NAME = \
VITE_AWS_REGION =### Running the Development Server
Once your environment is set up, start the development server with:
```bash
npm run dev
```
The application should now be accessible at http://localhost:5173/