Skip to content

LeKiet258/foody-dashboard

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published