Skip to content

moaqz/bmarks

Repository files navigation

🔥 Features

  • Organize your bookmarks by tags.

  • Export your bookmarks as JSON.

  • Generate an access token to access your data.

🧰 Tech Stack

🔨 Setup Server

  1. Install dependencies pnpm install
  2. Register Appwrite account
  3. Create project
  4. Login with pnpm appwrite login
  5. Update project ID in appwrite.json
  6. Deploy project with pnpm appwrite:deploy

👀 Client Setup

  1. Create .env file with cp .env.example .env.local
  2. Update the environment variables
  3. Start server pnpm dev

Note

If you plan to run Appwrite locally using Docker, ensure that VITE_APPWRITE_API_ENDPOINT is set to http://localhost/v1. If you are using the Appwrite cloud, set it to https://cloud.appwrite.io/v1.

Releases

No releases published

Packages

No packages published