Skip to content

ayush-raj13/WhispaLink

Repository files navigation

WhispaLink

Screenshot from 2023-06-14 14-02-11

Screenshot from 2023-06-14 14-01-53

Screenshot from 2023-06-14 14-01-31

Demo Video

WhispaLink.Appwrite.mp4

WhispaLink is a real-time messaging website created with Appwrite, VueJS and Tailwind CSS. I created this as a solution for Appwrite Hackathon 2023.

Appwrite Setup

Before using this application, make sure you have Appwrite server up and running. You can follow Appwrite installation guide.

  1. Install Appwrite CLI
  2. Login with appwrite login
  3. Visit your Appwrite Console and create project with for this application
  4. Run initial setup with appwrite deploy --all
  5. In the appwrite.json file, change the function variables for APPWRITE_FUNCTION_ENDPOINT to the correct endpoint for your setup.

Application setup

  1. Navigate to the root of this project
  2. Make sure that the values in src/config.ts are correct for your project
  3. Run npm i
  4. Run npm run dev