ld-amaya / dj_playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playlist-app

To get this application running, make sure you do the following in the Terminal:

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt
  4. createdb playlist-app
  5. flask run

DJ Playlist

About


Languages

Language:Python 71.9%Language:HTML 28.1%