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.
Before using this application, make sure you have Appwrite server up and running. You can follow Appwrite installation guide.
- Install Appwrite CLI
- Login with
appwrite login - Visit your Appwrite Console and create project with for this application
- Run initial setup with
appwrite deploy --all - In the
appwrite.jsonfile, change the function variables forAPPWRITE_FUNCTION_ENDPOINTto the correct endpoint for your setup.
- Navigate to the root of this project
- Make sure that the values in
src/config.tsare correct for your project - Run
npm i - Run
npm run dev


