{"id":19503541,"url":"https://github.com/angelof-exe/flask-library","last_synced_at":"2026-05-15T22:37:59.723Z","repository":{"id":249957376,"uuid":"833056888","full_name":"angelof-exe/flask-library","owner":"angelof-exe","description":"WebApp che funge da libreria dove è possibile aggiungere dei libri o rimuoverli","archived":false,"fork":false,"pushed_at":"2024-08-06T07:14:14.000Z","size":1390,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T00:42:16.975Z","etag":null,"topics":["flask","flask-mysqldb","jinja2","mysql"],"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/angelof-exe.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":"2024-07-24T09:12:35.000Z","updated_at":"2024-08-06T07:14:17.000Z","dependencies_parsed_at":"2024-08-06T09:25:44.880Z","dependency_job_id":null,"html_url":"https://github.com/angelof-exe/flask-library","commit_stats":null,"previous_names":["angelof-exe/flask-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/angelof-exe/flask-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelof-exe%2Fflask-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelof-exe%2Fflask-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelof-exe%2Fflask-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelof-exe%2Fflask-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angelof-exe","download_url":"https://codeload.github.com/angelof-exe/flask-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelof-exe%2Fflask-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["flask","flask-mysqldb","jinja2","mysql"],"created_at":"2024-11-10T22:22:06.472Z","updated_at":"2026-05-15T22:37:59.706Z","avatar_url":"https://github.com/angelof-exe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \u003ch1\u003e 📚 Book Management \u003c/h1\u003e\n\u003c/div\u003e\n\n![screenshot](https://raw.githubusercontent.com/angelof-exe/flask-library/main/screenshot/screenshot.png)\n\n\n## Indice\n- [Riguardo al progetto](#riguardo-al-progetto)\n    - [Creato con](#creato-con)\n- [Installazione e Setup](#installazione-e-Setup)\n    - [Prerequisiti](#prerequisiti)\n    - [Installazione](#installazione)\n- [Utilizzo](#utilizzo)\n\n## Riguardo al progetto\n\nWebApp realizzata in **Flask**, permette di aggiungere dei libri all'interno di una libreria o anche di rimuoverli tramite interfaccia Web. I libri vengono immagazzinati in un DataBase gestito con **MySQL**.\n\n### Creato con\n- [Python](https://www.python.org/)\n- [Flask](https://flask.palletsprojects.com/en/3.0.x/)\n- [MySQL](https://www.mysql.com/it/)\n- [Jinja](https://jinja.palletsprojects.com/en/3.1.x/)\n\n## Installazione e Setup\n\n### Prerequisiti\n\n- Python\n- Avviare un server MySQL\n\n**❗ Importante**: Per poter utilizzare la libreria `flask_mysqldb` sarà necessario installare delle dipendenze:\n```\nsudo apt-get install python-dev default-libmysqlclient-dev libssl-dev\n```\n\n\nPer ulteriori informazioni consultare la documentazione di [flask_mysqldb](https://pypi.org/project/Flask-MySQLdb/) e [questa domanda su StackOverflow](https://stackoverflow.com/questions/58957474/how-to-install-flask-mysqldb-for-python)\n\n### Installazione\n1. Clona la repo\n`git clone https://github.com/angelof-exe/flask-library.git`\n\n2. Crea un ambiente virtuale e attivalo _(Opzionale)_ \n```\npython3 -m venv venv\n\n. venv/bin/activate\n```\nPer altre informazioni consulatare la [documentazione di Python sul come creare ambienti virtuali.](https://docs.python.org/3/library/venv.html#creating-virtual-environments)\n\n3. Installare i moduli necessari:\n\n```\n    pip3 install -r requirements.txt\n```\n4. Fai partire lo script `library_book.sql` sul tuo server MySQL\n\n## Utilizzo\nAvvia il file app.py tramite `python3 app.py`. \n\nIl server verra avviato all'indirizzo ` http://127.0.0.1:8000`\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelof-exe%2Fflask-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelof-exe%2Fflask-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelof-exe%2Fflask-library/lists"}