/easy_chat

Primary LanguageJavaScript

EASY CHAT server

Chat application using:

  • React
  • TypeScript
  • SocketIO
  • Express
  • Node

Download

  • Clone the repository
git clone https://github.com/pontussandberg/easy_chat.git
  • Install dependencies from root dir
npm run install-dep
  • Start an instance of mongoDB within a Docker container.
cd server && docker-compose up
  • Start app
npm run start