squadify
1.0.0
PARTY TIME!!!
squadify
containing two collections named squads
and tokens
poetry install --no-dev
css
, run npm install && npm run dev
http://127.0.0.1:5000
SPOTIPY_CLIENT_ID
, SPOTIPY_CLIENT_SECRET
, and SPOTIPY_REDIRECT_URI="http://127.0.0.1:5000"
poetry shell
.FLASK_ENV=development FLASK_APP=squadify flask run
squadify
containing two collections named squads
and tokens
poetry install
css
, run npm install && npm run prod
SPOTIPY_CLIENT_ID
, SPOTIPY_CLIENT_SECRET
, and SPOTIPY_REDIRECT_URI
poetry run gunicorn squadify:app