Skip to content
/ Musicly Public

a collaborative music playing app Built with React and the Django Rest Framework .

License

Notifications You must be signed in to change notification settings

3RB16/Musicly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a collaborative music playing app Built with React and the Django Rest Framework .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages