Skip to content

eurror/spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify clone app

This app is a music app which lets you play your favorite songs right from your pocket (NO)

Installation

mkdir foo && cd foo
python3 -m venv <venv_name>
. venv/bin/activate
git clone https://github.com/eurror/spotify

Use the package manager pip to install requirements.

pip install -r requirements.txt

Now create dotenv file (.env) and fill in your database (we use PostgreSQL) name, username and password

After you're done setting up everything, run a make command to run a local server.

make run #or
python manage.py runserver

Contributing

Fell free to pull request. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Spotify clone app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published