Skip to content

jbroadice/WhatsApp-Clone-server

 
 

Repository files navigation

WhatsApp Clone - Server

whatsapp

Prerequisites

Install PostgreSQL following the official instructions.

Run instructions

Run yarn

$ yarn install

Run codegen to generate TypeScript types

$ yarn generate

Run start

$ yarn start

Note that the server is using a common Cloudinary storage for uploading images. To change Cloudinary URL, please edit the .env file.