Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 511 Bytes

chat-app-server

An back-end server for chat application built using express, moongodb & socket.io for Frontend Reposiroty.

Install and Running

git clone https://github.com/binbytes/chat-app-server.git

  1. cd chat-app-server
  2. cp .env.example .env (setup the environment variables, dont forget set SECRET_KEY)
  3. npm install (yarn)
  4. npm run dev (For development)
  5. npm run build (Build for production)
  6. npm run start (Run/Start server for Production)