Skip to content

michael-schienbein-fhr/keymix

Repository files navigation

KEYmix

Keymix Homepage

Live Demo:

https://keymix.herokuapp.com/

Installation and Requirements

  • 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

Spotify API

Reference Docs for end points used in this app: https://api.spotify.com/v1/

Built With

  • Python

  • Flask

  • HTML

  • CSS

  • Bulma

  • JS

  • jQuery

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published