Skip to content

Python-based Flask API for the Redis-based chat web app for NoSQL university project

Notifications You must be signed in to change notification settings

fbaumgart/redis-chat-flask-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

redis-chat-flask-api

Python-based Flask API for the Redis-based chat web app for NoSQL university project

The project was a Web chat application which used the rooms where the messages were published by the authenticated users.

https://redis.io/topics/introduction

My role in project was to make a background research on Redis (an in-memory, key-value database), learn about its features and best practices, then to prepare the Redis server, initial dataset, plan the flow of our application and to write part of the backend API code.

The source file is a Flask API for the application and it contains methods responsible for: sending a message, reading last message from the certain room, reading all messages from a certain room, displaying leaderboard with the user activity.

PDF file contains a detailed project report in PL language.

About

Python-based Flask API for the Redis-based chat web app for NoSQL university project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages