Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 798 Bytes

README.md

File metadata and controls

57 lines (39 loc) · 798 Bytes

Musicly

a collaborative music playing app in which we will integrate our application with the third party Spotify API.

Installation

install Python

  For windows - Download latest version from the official website: 
        https://www.python.org/downloads/

Run Locally

Clone Musicly

  git clone https://github.com/3RB16/Musicly.git

Go to the project directory

  cd Musicly

install Virtual Enviorentment

  python -m venv env

Acitve Virtual Enviorentment

  env/Scripts/activate

Install poetry

  python -m pip install poetry

Install dependencies

  poetry install

Start the server

   python manage.py makemigrations
   python manage.py migrate
   python manage.py runserver