Skip to content

Running the project #80

Description

@angeldzzz23

Goal: by the end of this you should be able to run the project.

Running the project / Setting up

Step 1: installing python (You can either pyenv or download it from the website )

  • install python version 3.10.4
  • provide screenshot on the bottom

step 2:

  • install mysql, if you already have it installed, you can skip this step
  • login to your mysql
  • create a database called music7
  • provide screenshot of database creation

step 3: in the backend

  • activate virtual environment source env/bin/activate
  • In your project's settings.py lines 121 - 138 modify the the Database information to match your mysql information
    You can ignore if this is the same information.
  'USER': 'root',
  'PASSWORD': 'Sheep787',
  'NAME': 'music7',
  • install of the dependencies
  • run sh setUpMigration.sh to create migrations (notice how after running this command, your tables now appear)
  • run the project by using python3 manage.py runserver
  • provide screenshot of the project running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions