- This was done to continue a never ending project for a youtube channel.
- The channel is Júlia Rizza
- And the Flask playlist is that
- Alembic
- Bootstrap 4
- Flask
- Flask-WTForms
- Flask-SQLAlchemy
- Flask-Migrate
- Flask-Script
- Flask-Login
- HTML5
- Werkzeug
- Running the project:
- Install Python3.6 or higher
- Run on terminal: pip3 install -r requirements.txt
- Run on terminal: python3 run.py runserver
- To build the DB from scratch:
- Run on terminal: Python3 run.py db init
- Run on terminal: Python3 run.py db migrate
- Run on terminal: Python3 run.py db upgrade