Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 428 Bytes

File metadata and controls

23 lines (12 loc) · 428 Bytes

neeraj_stylumia

Stack- Flask (Python), Sqlite, VanillaJs

Set up this repo for first time, run commands as:

pip install -Ur requirements.txt

make clean_database

python app.py

To refresh database with dummy data

make clean_database 

Security enhancements, need to add on production

Use of env variables
Store passwords in db by hash

App tested with python 2.7.12 version