wncc / Hello-FOSS-Chat

The Chat Application repository for Hello-FOSS
http://hello-foss-chat.herokuapp.com/
3 stars 8 forks source link

Storage of User Details #10

Open abhipaiangle opened 3 years ago

abhipaiangle commented 3 years ago

Description

The present version stores the user details i.e Display Name and Password in python application which gets erased when the application is refreshed.

Proposed Solution

User details are to be stored in the PostgreSQL database so that they are preserved forever.

Will share the database details soon...

abhipaiangle commented 3 years ago

@sauntheninja2 @TheCoderlyGirl if you guys are working on the backend, maybe you can resolve this issue as well