- Python 3
- Flask
- Postgresql Server
Execute the following command in a terminal to install all the required modules.
pip install -r requirements.txt
Additionally you will need Postgres installed and configured correctly, after install you must create an empty database for keymix.
psql -c "keymix" // from shell
CREATE DATABASE keymix; // from the psql console
Afterwards set the correct Flask environmental variable and run Flask.
export FLASK_APP=keymix
flask run
Reference Docs for end points used in this app: https://api.spotify.com/v1/
-
Python
-
Flask
-
HTML
-
CSS
-
Bulma
-
JS
-
jQuery