Almost Whatsapp Web is a clone of the real Whatsapp website created with Appwrite, VueJS and Tailwind CSS. I created this as part of a tutorial series that teaches people how to create real-world applications with Appwrite.
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.json
file, change the function variables forAPPWRITE_FUNCTION_ENDPOINT
to the correct endpoint for your setup.
- Navigate to the root of this project
- Make sure that the values in
src/config.ts
are correct for your project - Run
npm i
- Run
npm run dev
If you'd like to see the process of creating this project, you can take a look at the tutorial series I created for this project here - https://www.youtube.com/playlist?list=PL03bmqtntNbe9Ad9IT5JYGvi1Ecbcn4Rk