Skip to content

anmol420/chatX

Repository files navigation

ChatX

To run code (dev) -

  • Update .env
  • Run npm i
  • Run docker compose up -d
  • If any DB changes or first time pull run - npm run db:generate and then npm run db:migrate.
  • Then finally run - npm run dev.

To run code (production) -

  • Update .env
  • Run npm i
  • Run docker compose up -d
  • If any DB changes or first time pull run - npm run db:generate and then npm run db:migrate.
  • Then finally run - npm run build then npm run start.

About

A websocket and web-rtc based backend.

Topics

Resources

Stars

Watchers

Forks