Skip to content

This repo contains the source code for the main server of Anitra music recommendation system.

License

Notifications You must be signed in to change notification settings

imciflam/react-flask-server

Repository files navigation

spotify-flask-server

This repo contains the source code for one of the servers of the Anitra music recommendation system.

anitra player pic

for prod build:

install dependencies

pip install -r requirements.txt

npm i

compile and minify js&sass

gulp serve

run server

python index.py

for dev build:

dev mode - js/sass reloading included

gulp dev

or

just compile js

gulp react

run server

python index.py