A social media app centered around music. Built with sqllite, flask and react.
. ./venv/bin/activate
- export FLASK_APP=flaskr
- export FLASK_ENV=development
flask init-db
Create a file names config.py in the flaskr/ directory with the following format -
config = {}
config['client_id'] = "<< Spotify Client ID >>"
config['client_secret'] = "<< Spotify Client Secret >>"
flask run
cd ./flaskr/client npm run start