Demo cho học phần Ứng dụng phân tích dữ liệu thông minh - 19_21
Use the package manager pip to install package virtualenv.
pip install virtualenv
After install virtualenv, cd to foody-dashboard folder and create environment name venv
python3 -m venv venv
Activate the Virtual Environment
source venv/bin/activate
Install requirement package
pip install -r requirement.txt
python3 manage.py makemigrations dashboard
python manage.py migrate dashboard
python3 manage.py runserver
Get all data from this link
Recommend using python under 3.9 (tested with 3.8.10)
- Main page
- Show detail about one shop
- Compare 2 shop
Free Software <3