Click on the image to be redirected to the video (pt-br)
The project is a complaint chat, the project aims to be applied in a factory or a service location where the use of cell phones is restricted, either due to lack of signal or to increase employee productivity (avoiding distractions caused by it). Each sector of the company must have a machine with the software interface accessible to all, where they will request a token to communicate with the sector responsible for environmental security. There is also the interface that will be used by analysts where complaints/warnings will be handled, those responsible will forward them to the sector capable of solving the incident or providing assistance, guiding the user to perform the necessary procedure.
git clone https://github.com/ThiagodePaulaSouza/APS_5-semestre.git
- Open in visual studio
- Run as release Aps5
- Run as release ChatServer
- Enjoy 😄
fork the project
# setup your git
# remove ()
git remote add origin (YourUrlProject)
git pull origin
git checkout -b (YourBranch)
# after changes
# remove ()
git status
git add (filesChanged)
git commit -m ("Amazing Message about your changes / features")
git push -u origin (YourBranch)
- Click in Compare & pull request
- Add your comments about the project
- Click on Create pull request