Chat app is an API for creating chat rooms and sending messages to other members of the room via websockets.
- Node.js and Docker
- Start the database with
docker compose up db
- Migrate the database with
yarn run migrate:deploy
- Install dependencies with
yarn install
- Start the dev server with
yarn run start:dev
- The API will run on http://localhost:5000
- Run
docker compose up
- The API will run on http://localhost:5000