Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 705 Bytes

messenger-web-app (Full stack web app)chatHome

An image of @merwindasari's Holopin badges, which is a link to view their full Holopin profile

Front End

  • React : UI
  • Formik : User inputs
  • yup : Client and server side validation
  • chakraUI : For styling

Back End

  • Express.js : Backend framework
  • Express session : To set cookiees on browser
  • SocketIO : Real time communication
  • PostgreSQL : User accounts
  • Redis : To store chats chatLogin