{"id":15549688,"url":"https://github.com/iturres/python-flask-sql-projects","last_synced_at":"2025-10-12T21:19:05.038Z","repository":{"id":176441268,"uuid":"613636113","full_name":"ITurres/Python-Flask-SQL-projects","owner":"ITurres","description":"Flask. Route. Decorators. Requests, Responses. Sessions. Cookies.","archived":false,"fork":false,"pushed_at":"2023-03-30T18:39:12.000Z","size":10988,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T20:51:08.620Z","etag":null,"topics":["css3","flask","html","python3","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ITurres.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":"2023-03-14T00:53:47.000Z","updated_at":"2024-03-13T07:38:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"da3c0194-67bb-4e67-8c88-43ec69f847f6","html_url":"https://github.com/ITurres/Python-Flask-SQL-projects","commit_stats":null,"previous_names":["iturres/python-flask-sql-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ITurres/Python-Flask-SQL-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2FPython-Flask-SQL-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2FPython-Flask-SQL-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2FPython-Flask-SQL-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2FPython-Flask-SQL-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITurres","download_url":"https://codeload.github.com/ITurres/Python-Flask-SQL-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2FPython-Flask-SQL-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012994,"owners_count":26085222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css3","flask","html","python3","sqlite3"],"created_at":"2024-10-02T13:41:19.762Z","updated_at":"2025-10-12T21:19:05.021Z","avatar_url":"https://github.com/ITurres.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://cs50.harvard.edu/x/2023/\" target=\"_blank\"\u003e\n    \u003cimg alt=\"cs50 logo\" src=\"readme-src/thisiscs50.png\" width=\"200\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003ePython-Flask-SQL-projects\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA brief introduction of the Python, Flask, and SQL projects worked on during the course.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eNOTE: the projects' \u003cstrong style=\"color: darkRed\"\u003enames in red / blue\u003c/strong\u003e are links to each cs50 project page.\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\" style=\"font-size: 1.2rem\"\u003eFLASK\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eFlask. Route. Decorators. Requests, Responses. Sessions. Cookies.\u003c/p\u003e\n\n### w9 Practice Problems:\n\n- #### \u003ca href=\"https://cs50.harvard.edu/x/2023/problems/9/helloflask/\" style=\"color: darkRed\"\u003eHello Flask\u003c/a\u003e, for practice writing a Flask application from scratch.\n\n### w9 Lab 9:\n\n- #### \u003ca href=\"https://cs50.harvard.edu/x/2023/labs/9/\" style=\"color: darkRed\"\u003eBirthdays Web App\u003c/a\u003e, a web application to keep track of friends’ birthdays.\n\n  - #### The app lets you:\n  - Add new dada.\n  - Modify existing data.\n  - Delete data.\n\n- #### Preview:\n  https://user-images.githubusercontent.com/100724715/228059546-6ba6cd74-0b14-469d-b1a4-82245765b637.mp4\n\n### w9 Problem Set 9:\n\n- #### \u003ca href=\"\" style=\"color: darkRed\"\u003eFinance Web App\u003c/a\u003e, a website via which users can “buy” and “sell” stocks using \u003ca href=\"https://www.iexexchange.io/products/market-data-connectivity\"\u003eIEX-API.\u003c/a\u003e\n\n  - #### The app lets you:\n  - Register.\n  - Login/LogOut.\n  - Get a stock quote.\n  - Buy/Sell stocks.\n  - Save transaction history.\n  - Add more cash to account.\n\n- #### Preview:\n  https://user-images.githubusercontent.com/100724715/227956181-d1a66108-cb17-4567-9f86-965b0806b536.mp4\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Fpython-flask-sql-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiturres%2Fpython-flask-sql-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Fpython-flask-sql-projects/lists"}