Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 871 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 871 Bytes

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