SMS-CHATTING-APP

SMS stands for Short Message Service, and it's a text messaging service that allows users to send short messages to other mobile devices.

Stars
2
Committers
2

Table of Contents

Create secreat string

node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"

Contact

Tech Stack

Server: Node, Express,

Server: TypeScript

Database: Mongo DB

Run Locally

  • Clone the project
  git clone https://github.com/ddr-dileep/SMS-CHATTING-APP
  • Go to the project directory
  cd SMS-CHATTING-APP
  • Install dependencies
  yarn install
  • run the application
  yarn run dev