Skip to content

Aaronvern/StoreIt

Repository files navigation

StoreIt

A modern storage management and file sharing platform that enables users to effortlessly upload, organize, and share files.

Tech Stack

  • React 19
  • Next.js 15
  • TailwindCSS
  • ShadCN
  • TypeScript
  • Appwrite

Getting Started

  1. Clone the repository:
git clone https://github.com/Aaronvern/StoreIt.git
cd StoreIt
  1. Install dependencies:
pnpm install
  1. Create a .env.local file in the root directory with the following variables:
NEXT_PUBLIC_APPWRITE_ENDPOINT="https://cloud.appwrite.io/v1"
NEXT_PUBLIC_APPWRITE_PROJECT=""
NEXT_PUBLIC_APPWRITE_DATABASE=""
NEXT_PUBLIC_APPWRITE_USERS_COLLECTION=""
NEXT_PUBLIC_APPWRITE_FILES_COLLECTION=""
NEXT_PUBLIC_APPWRITE_BUCKET=""
NEXT_APPWRITE_KEY=""
  1. Run the development server:
pnpm dev

Open http://localhost:3000 in your browser to see the application.

⭐ If you find this project useful, please consider giving it a star!

Releases

No releases published

Packages

No packages published