chat-app-server icon indicating copy to clipboard operation
chat-app-server copied to clipboard

Back-end server for chat application built using express, moongodb & socket.io for Frontend (https://github.com/binbytes/nuxt-chat-app).

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)