- Task 1: Fix Genre Names
- Task 2: Implement Price Statistics page
- Task 3: Implement Adding new Tracks feature
Clone this repository to your desired folder and run the below command in your terminal:
- For Linux and Mac user:
export FLASK_APP=iMusic.py
export FLASK_ENV=development
flask run- For Windows user:
set FLASK_APP=iMusic.py
set FLASK_ENV=development
flask run