/chat

Full stack chat

Primary LanguageTypeScript

To run

  • In the monorepo root folder
  1. pnpm install
  2. pnpm run db:dev It will create a docket container with mongo db
  3. In new terminal pnpm run db:migrate It will run the script that will migrate a simple data to db
  4. pnpm run server:dev It will run application server
  5. In new terminal pnpm run client:dev it will run application client