Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 954 Bytes

File metadata and controls

35 lines (31 loc) · 954 Bytes

Design: Figma

Description:

This application provides possibility to research posts from users. To use this application locally you should:

  1. Clone repository to your local machine
git clone https://github.com/OneMight/chatWebSocket.git
  1. Open IDE and execute command in a root dir:
     npm install 
    
  2. Start server. To launch server you should execute this commands: For dev:
npm run dev

For prod:

npm run build
npm run preview

Chat

Chat was developed by Websocket. To use chat i recommend you should use users from API documentation.

  • user 1:
    username: emilys
    password: emilyspass
  • user 2:
    username: michaelw
    password: michaelwpass