- Create / Edit / Delete Career in Career Table with admin rights
Users have a personal dash board where they can view/edit their profile, add.edit and delete thier notes, or search the database tables
-
To run:
-
- export FLASK_APP=run.pyexport
-
- export FLASK_APP=run.py
-
- flask run
-
database migrations and updates
-
- flask db init
-
- flask db migrate
-
- flask db upgrade