Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 790 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 790 Bytes

McHacks 8 Mental Health WebApp

Why?

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.

Technologies

This was built with WebRTC, a golang signaling backend using websockets and a React frontend.

Developers

Running locally

  • Frontend: cd frontend && npm i && npm start
  • Backend: cd backend && go build main.go && ./main.exe (or ./main for MacOS/Linux)