- Dashboard
- Sign up, and make your own life playlist.
- If someone has one song same with yours, you both will receive an email, and you guys can have a talk 🤡.
- Just for fun.
- uWSGI
- Nginx
- Unittest
- Flask_Login
- Flask_Migrate
- Flask_SQLAlchemy
- Flask_Caching
- Flask-Mail
- spotipy
- apscheduler
- Google Compute Engine
- edit
.env
file:
FLASK_ENV=development_docker
- run:
$ docker-compose up
$ docker ps
$ docker exec -it <CONTAINER ID> bash
$ flask db init
$ flask db migrate -m "init db"
$ flask db upgrade
- Under the path which is same as
main.py
. - Then you can run,
$ flask test