shtakai / WhatsApp-Clone-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 100.0%