Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 922 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 922 Bytes

foody-dashboard

Demo cho học phần Ứng dụng phân tích dữ liệu thông minh - 19_21

Setup Python Environment

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

Run

python3 manage.py makemigrations dashboard
python manage.py migrate dashboard
python3 manage.py runserver

Note:

Get all data from this link

Recommend using python under 3.9 (tested with 3.8.10)

Features

  • Main page
  • Show detail about one shop
  • Compare 2 shop

License

Free Software <3