Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iMusic for UNNC COMP1048 DBI Coursework

This course assignment has three tasks:

  • Task 1: Fix Genre Names
  • Task 2: Implement Price Statistics page
  • Task 3: Implement Adding new Tracks feature

The website is implemented using the following technologies:

  • HTML, CSS, and Jinja2 for the front-end
  • Flask for the back-end
  • SQLite for the database

Start-Up

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

About

This is the Coursework of Database and Interface Course at University of Nottingham, Ningbo, China, for my undergraduate study in Year 2

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages