ananta-lamichhane / rec-sys

Web Application for a taking surveys and comparing recommandation systems
0 stars 2 forks source link

Use perisistent database to store credentials #6

Open ananta-lamichhane opened 3 years ago

ananta-lamichhane commented 3 years ago

Currently using sqlite which is saved in memory and is reset every time docker volume is recreated / computer is rebooted. Need to create a docker container with postgresql and initialize the database and / or create a pgsql database locally and supply its URI to flask

ananta-lamichhane commented 3 years ago

We decided to go with sqlite until Milestone. Will come back to it later.