Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 562 Bytes

Flack Project

  1. Developed an online messaging service using Flask, similar in spirit to Slack. New users can sign in and create or join an existing chatroom. Once a channel is selected, users can communicate in real-time, with the help of WebSockets.
  2. The users also have an option to create new channels for communication. Flack uses Flask for the Backend and Javascript, HTML, CSS, BootStrap for the front-end.
  3. The user’s information is stored in the PostgreSQL database.
  4. The final application is deployed on Heroku and is available at the link