/taskmanager

Task Manager App / Code Along with Code Institute

Primary LanguagePython

Framework: https://materializecss.com/

Gitpod Reminders

To run a frontend (HTML, CSS, Javascript only) application in Gitpod, in the terminal, type:

python3 -m http.server

python3 run.py

A blue button should appear to click: Make Public,

Another blue button should appear to click: Open Browser.

In Gitpod you have superuser security privileges by default. Therefore you do not need to use the sudo (superuser do) command in the bash terminal in any of the lessons.

To log into the Heroku toolbelt CLI:

  1. Log in to your Heroku account and go to Account Settings in the menu under your avatar.
  2. Scroll down to the API Key and click Reveal
  3. Copy the key
  4. In Gitpod, from the terminal, run heroku_config
  5. Paste in your API key when asked

You can now use the heroku CLI program - try running heroku apps to confirm it works. This API key is unique and private to you so do not share it. If you accidently make it public then you can create a new one with Regenerate API Key.

Commands

Pip list Package Version


blinker 1.7.0 click 8.1.7 Flask 3.0.0 Flask-SQLAlchemy 2.5.1 greenlet 3.0.1 itsdangerous 2.1.2 pip 23.3.1 psycopg2 2.9.9 SQLAlchemy 1.4.46 Werkzeug 3.0.1

npm list -g

Useful links

https://docs.sqlalchemy.org/en/13/core/type_basics.html https://cdnjs.com/libraries/font-awesome https://jinja.palletsprojects.com/en/3.0.x/templates/#builtin-filters https://strftime.org/
ElephantSQL