An back-end server for chat application built using express, moongodb & socket.io for Frontend Reposiroty.
git clone https://github.com/binbytes/chat-app-server.git
- cd chat-app-server
- cp .env.example .env (setup the environment variables, dont forget set SECRET_KEY)
- npm install (yarn)
- npm run dev (For development)
- npm run build (Build for production)
- npm run start (Run/Start server for Production)