This web application allows users coping with mental health issues in their every day lives to spend some time venting or getting to know someone that shares their disorder. This can alleviate stress, increase happiness and help people get through the monotonous days Covid has brought upon us.
This was built with WebRTC, a golang signaling backend using websockets and a React frontend.
- Frontend:
cd frontend&&npm i&&npm start - Backend:
cd backend&&go build main.go&&./main.exe(or./mainfor MacOS/Linux)