A Chat Application With Redis JSON, Node JS, Express JS on the backend, Next JS, and Mdbootstrap at the front end. It is a real-time chat application.
The login and registration are also done through the Redis database and everything is based on the Redis database. Chat Application is only created using Redis Cloud Database
1) Backend: Here is the link for the backend of the Chat App
2) Frontend: Here is the link for the front end based in Next JS
Tools Used
as a database
Repositories Created in the RedisDatabase API for the Redis Memory Cache Database
- user = The schema contains the name, password, timeRegistered, and a boolean to track if user is signedIn or not = isSignedIn. As shown below:
- chat = The schema contains the userIDSender, userNameSender, userIDReceiver,userNameReceiver,message and timeSent.