/MusicRec

Music Recommendation Website - Teaching Materials

Primary LanguagePython

Music Rec

Team: Chris, Trinity, Tony, Chandler, Tayne, Isshan (Advisor : Seonghee)

How to use this code

1. Open a Terminal

  • what is a terminal?

Windows : Powershell , Mac : Terminal

Search up "powershell" or "terminal" on your computer.

2. Clone the Repo

Once you are there, dowload this repo by running

git clone https://github.com/shljessie/MusicRec.git

Screenshot 2023-06-04 at 6 50 48 PM

3. Go to the code repository

Type in

cd MusicRec

Screenshot 2023-06-04 at 6 52 16 PM > this will make the code go to the folder with the code. Once you see this, you should see Music Rec in the file path.

4. Run

python3 musicRec.py

Screenshot 2023-06-04 at 6 54 42 PM

You may have to download python on your computer : Download python here: https://www.python.org/downloads/ ,, the steps are listed more in detail here: https://realpython.com/installing-python/

Once you run python3 musicRec.py you should see, Screenshot 2023-06-04 at 6 55 08 PM

Go to http://127.0.0.1:5000 in your browser (Chrome,Google, Safari..etc) and then you should see the running website! Screenshot 2023-06-04 at 6 56 52 PM

I want to do more!

If you want to change the website in any way, Heres how you can get started! :

Frontend HTML&CSS : https://www.youtube.com/watch?v=M6pK5DZWV38

This is for chaning the layout and style of the website.

Backend Django : https://www.youtube.com/watch?v=0sMtoedWaf0

This is for adding more functions, data operations and other support. Basically, edit the musicRec.py

Questions

contact : shl1027@stanford.edu