Lighthouse Labs Final Project.
Parlez is a realtime messaging application utilizing socket.io to allow multiple single chats and group chats.
Our team wanted a challenge with our final project. We wanted to learn and implement a new tech called socket.io, but also exercise our knowledge with React, Express, and PostgreSQL.
Project is created with:
signup page
login page
add chat
add friends
automated bot messages
- used joined chatroom
- user left chatroom
- user created chatroom
- reopen chatroom
chat example
messages
add friend / create new chat options
storybook - component testing
Entity Relationship Diagram
To run this project, clone it to your directory.
$ cd ../Parlez
$ npm install
$ npm start