flask-chat-app icon indicating copy to clipboard operation
flask-chat-app copied to clipboard

Any way to run without db?

Open lonnietc opened this issue 4 years ago • 1 comments

Hello,

Is there any easy way to modify this code to run with static login/password?

I would like to be able to test it without setting up a mongodb. Cheers

lonnietc avatar Apr 26 '21 23:04 lonnietc

@lonnietc here is the link of the first commit, so you can just clone it and run locally without db. Just run "app.py" in the terminal: https://github.com/nikhilkumarsingh/flask-chat-app/tree/cac07d1d01a1afe60f35fbe1f08340ee2b16b832

staaceyD avatar Jul 07 '21 13:07 staaceyD