The Bate-Papo UOL is a chat room simulator, that allow people to send text messages to one another in real time.
☑️ Participants
- Receives username and list all participants
☑️ Messages
- Receives the messages and list them all according to the parameters
☑️ Status
- Automatically removes the inactive participant
☑️ Remove
- Remove inactive participant after 15 seconds of inactivity
☑️ Delete
- Delete a message from the list
Before starting, you'll need to have the following tools installed on your machine:
# Clone this repo
$ git clone <https://github.com/LuSntgo/ChatUol-api/>
# #change to project directory
$ cd ChatUol-api
# install the dependencies
$ npm or yarn install
# to run in dev
$ node src/index.js
# The server will start on port:5000 - go to <http://localhost:5000>