tnc_vue_py3
Software design homework
Collector of TB stores, mainly focusing in the openning date of the store. Datas are from TB and Kandianbao.
Usage
git clone https://github.com/VidocqH/tbc_vue_py3
cd tbc_vue_py3
Front-End service
cd front-end
npm install
npm run
Back-End service
cd back-end
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run