/WhatsApp-Clone-server

https://medium.com/the-guild/whatsapp-clone-using-react-hooks-suspense-graphql-apollo-typescript-and-postgresql-de1840c27d21

Primary LanguageTypeScript

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.