Skip to content

ThiagodePaulaSouza/APS_5-semestre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatFlor » Chat Desktop App

Click on the image to be redirected to the video (pt-br) Watch the video

About The Project

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.

project's images

📄 Read Full documentation

👷‍♂️ How to Run:

1. Downloads & Dependences:

  • Download Visual Studio Community 2017 here 🧱

  • Download dotNet v4.8 developerPack here 🧱

2. Clone and Run

git clone https://github.com/ThiagodePaulaSouza/APS_5-semestre.git
  • Open in visual studio
  • Run as release Aps5
  • Run as release ChatServer
  • Enjoy 😄

🥳 How to help:

1. Before Any Thing:

fork the project

# setup your git
# remove ()
git remote add origin (YourUrlProject)
git pull origin
git checkout -b (YourBranch)
2. After Your Amazing Feature:
# after changes
# remove ()
git status
git add (filesChanged)
git commit -m ("Amazing Message about your changes / features")
git push -u origin (YourBranch)
3. Now on the GitHub:
  • Click in Compare & pull request
  • Add your comments about the project
  • Click on Create pull request

(back to top)