Build a chat app in Flask and Vue with sentiment analysis - Part 1: Setting up the project
This four part series takes you through building a chat app using Flask and Vue. Users will be able to message each other in realtime, see when other users are online, and be notified of new messages. In part one, install dependencies and set up the project.
Follow tutorial