Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 925 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 925 Bytes

SmartChat-Server

WhatsApp-Clone

Prerequisites

Apollo Server is now running on http://localhost:4000

Deployment

  • 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.