Closed NielXu closed 3 years ago
This PR creates a seed file for local development and testing for:
To insert seed, simply do
(venv) $ flask db upgrade
(venv) $ python db_seed.py
See backend/db_seed.py for the inserted seed.
backend/db_seed.py
Would be useful when doing frontend testing @XianghuDai @archie-lhd @ZhenyeZhu @JialeYuLeo
PR Summary
This PR creates a seed file for local development and testing for:
To insert seed, simply do
See
backend/db_seed.py
for the inserted seed.Would be useful when doing frontend testing @XianghuDai @archie-lhd @ZhenyeZhu @JialeYuLeo