This is a WhatsApp Clone made with Node JS, Pinia, Vite, Vue 3, Tailwind CSS, Google cloud console and Firebase
Clone the repository
git clone https://github.com/John-Weeks-Dev/whatsapp-clone.git
Now go to https://console.cloud.google.com/
Generate an API KEY.
Add your new API KEY to the script inside src/main.js
And backend/index.js
Setup Firebase (firestore)
Add the details to src/firebase-init.js
Now run this command to start the project
npm i
npm run serve
And to start the backend
cd backend
npm i
npm run watch
You should be good to go!