Skip to content

A simple Spotify-clone web app developed with Django to improve my coding skills.

License

Notifications You must be signed in to change notification settings

KeennyyW/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-clone

simple spotify-clone web app developed with Django

How to Install

Prerequisites

Setting Up the Conda Environment

1. Clone the Repository

git clone https://github.com/KeennyyW/spotify-clone.git

2. Create and activate Virtual Environment

conda create --name <env_name>
conda activate <env_name>

3. Install requirements

pip install -r requirements.txt

4. Get Spotify API Credentials

  1. Go on the Spotify Developer site, create an account and get your credentials
  2. Create .env file in root and pass the credentials in
SPOTIFY_CLIENT_ID='your-credentials' 
SPOTIFY_CLIENT_SECRET='your-credentials' 

5. Start django server

cd spotify
python manage.py runserver

Project still in development!

About

A simple Spotify-clone web app developed with Django to improve my coding skills.

Resources

License

Stars

Watchers

Forks

Packages

No packages published