Skip to content

lecathy/SpotiFind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotiFind

Web app that creates a customized Spotify playlist from a keyword search and the user's own library.

alt text

Setup Instructions

Install Required Python Modules

pip install -r requirements.txt

Start Web Server

To start the web server you need to run the following sequence of commands.

Next run the django web server.

python manage.py runserver

Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependicies.

npm i

Compile the Front-End

Run the production compile script

npm run build

or for development:

npm run dev

Go to http://127.0.0.1:8000/

About

Web app that creates a customized Spotify playlist from a keyword search and the user's own library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 50.8%
  • JavaScript 39.4%
  • CSS 8.2%
  • HTML 1.6%