docker-compose up && flask --app app.py --debug run
please change the path in .env
then run docker compose up
to remove the .env file from staging (commiting)
echo "REL_PATH=$(pwd)" > .env
git rm .env --cached
git commit -m "Stopped tracking .env File"
run test with `python3 test_spotify_app.py`
- add mongodb client to the app
- add a routes to view database from app