{"id":24064537,"url":"https://github.com/sourasishbasu/flask-template","last_synced_at":"2026-04-30T08:42:28.784Z","repository":{"id":240248302,"uuid":"802091057","full_name":"SourasishBasu/Flask-template","owner":"SourasishBasu","description":"A very simple and structured Flask app template for personal use","archived":false,"fork":false,"pushed_at":"2024-05-17T14:13:17.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T10:38:40.869Z","etag":null,"topics":["authentication","flask","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/SourasishBasu.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-05-17T14:01:29.000Z","updated_at":"2024-07-12T17:05:04.000Z","dependencies_parsed_at":"2024-05-17T15:54:58.546Z","dependency_job_id":null,"html_url":"https://github.com/SourasishBasu/Flask-template","commit_stats":null,"previous_names":["sourasishbasu/flask-complete-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FFlask-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FFlask-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FFlask-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourasishBasu%2FFlask-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SourasishBasu","download_url":"https://codeload.github.com/SourasishBasu/Flask-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240907853,"owners_count":19876691,"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","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":["authentication","flask","python"],"created_at":"2025-01-09T10:38:16.768Z","updated_at":"2026-04-30T08:42:23.763Z","avatar_url":"https://github.com/SourasishBasu.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Template\nA well structured end to end template of a Flask project with following features: \n\n- User login and authentication\n- SQLite DB\n- Password Encryption via hashing `[PBKDF2:SHA256]` and salting\n- File serving for download\n\n### Methods\n\n- `GET`\n- `POST` \n\n## Prerequisites\n\n- Python 3.11 and up\n- SQLite using SQLAlchemy\n- Login and Authentication using Flask-Login\n- Password Encryption using Werkzeug Security Utils\n\n# Setup\n\n- Clone the project files from the repository into your local device from the terminal.\n\n  ```bash\n  git clone https://github.com/SourasishBasu/Flask-template.git\n  cd Flask-template\n  ```\n\n- Initialize `venv` and install necessary libraries using `pip`.\n\n  ```bash\n  python -m venv venv\n  ./venv/Scripts/activate\n  pip install -r requirements.txt\n  ```\n\n- Run the app. Visit http://localhost:5000/ in your preferred browser to use various routes.\n  \n  ```bash\n  python app.py\n  ```\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourasishbasu%2Fflask-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourasishbasu%2Fflask-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourasishbasu%2Fflask-template/lists"}