{"id":19972513,"url":"https://github.com/traveltimn/flask-sqlalchemy-task-manager","last_synced_at":"2026-03-03T21:31:18.629Z","repository":{"id":98650513,"uuid":"368836021","full_name":"TravelTimN/flask-sqlalchemy-task-manager","owner":"TravelTimN","description":"Code Institute tutorial for Flask + SQLAlchemy building a Task Manager application. ((( all functionality has been disabled for deployment security )))","archived":false,"fork":false,"pushed_at":"2021-06-22T19:49:12.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T18:25:09.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TravelTimN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-19T10:51:29.000Z","updated_at":"2022-12-07T09:16:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"78aa79ff-3a90-4019-8586-9253ea93f140","html_url":"https://github.com/TravelTimN/flask-sqlalchemy-task-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Code-Institute-Org/gitpod-full-p3","purl":"pkg:github/TravelTimN/flask-sqlalchemy-task-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelTimN%2Fflask-sqlalchemy-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelTimN%2Fflask-sqlalchemy-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelTimN%2Fflask-sqlalchemy-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelTimN%2Fflask-sqlalchemy-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TravelTimN","download_url":"https://codeload.github.com/TravelTimN/flask-sqlalchemy-task-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravelTimN%2Fflask-sqlalchemy-task-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30062349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T03:08:25.795Z","updated_at":"2026-03-03T21:31:18.585Z","avatar_url":"https://github.com/TravelTimN.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CI logo](https://codeinstitute.s3.amazonaws.com/fullstack/ci_logo_small.png)\n\n# Flask + SQLAlchemy: Task Manager\n\n### Code Institute tutorial for Flask + SQLAlchemy building a Task Manager application.\n\n**Database Creation steps**:\n\n- `psql` (login to Postgres CLI)\n- `CREATE DATABASE taskmanager;` (create new database 'taskmanager')\n- `\\c taskmanager` (connect to new db)\n- `\\q` (quit Postgres)\n\n- `python3` (launch Python interpreter)\n- `from taskmanager import db` (import the 'db' variable from our taskmanager/ package)\n- `db.create_all()` (populates the db with our models)\n- `exit()` (exit Python shell)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraveltimn%2Fflask-sqlalchemy-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraveltimn%2Fflask-sqlalchemy-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraveltimn%2Fflask-sqlalchemy-task-manager/lists"}