{"id":22797686,"url":"https://github.com/brockaltug/webpage-template","last_synced_at":"2026-05-01T12:32:45.300Z","repository":{"id":209197426,"uuid":"723452039","full_name":"BrockAltug/webpage-template","owner":"BrockAltug","description":"Basic webpage registration / login dashboard template 📋","archived":false,"fork":false,"pushed_at":"2023-11-25T18:05:28.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T05:34:04.218Z","etag":null,"topics":["css","flask","html","python","sqlite3"],"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/BrockAltug.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}},"created_at":"2023-11-25T17:58:42.000Z","updated_at":"2024-10-13T08:25:21.000Z","dependencies_parsed_at":"2023-11-25T19:22:27.432Z","dependency_job_id":"e8afc56b-b790-4f19-a0b5-bed3e3b97063","html_url":"https://github.com/BrockAltug/webpage-template","commit_stats":null,"previous_names":["brockaltug/webpagetempl","brockaltug/webpage-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrockAltug/webpage-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrockAltug%2Fwebpage-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrockAltug%2Fwebpage-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrockAltug%2Fwebpage-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrockAltug%2Fwebpage-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrockAltug","download_url":"https://codeload.github.com/BrockAltug/webpage-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrockAltug%2Fwebpage-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275071565,"owners_count":25400399,"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-09-14T02:00:10.474Z","response_time":75,"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":["css","flask","html","python","sqlite3"],"created_at":"2024-12-12T06:06:44.903Z","updated_at":"2026-05-01T12:32:45.252Z","avatar_url":"https://github.com/BrockAltug.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Overview\n\nThis project consists of several files contributing to a Flask-based web application designed for user authentication and management.\n\n## Files Overview\n\n### 1. `app.py`\n\n- **Purpose**: Contains the Flask application with routes managing user authentication, registration, dashboard display, user information, and logout.\n- **Key Functionalities**:\n    - **Routes**:\n        - `/`: Renders the login page.\n        - `/login`: Handles user login and authentication.\n        - `/register`: Manages user registration.\n        - `/delete_user`: Deletes a user from the database.\n        - `/info`: Displays user information and allows user deletion.\n        - `/dashboard`: Renders the dashboard page.\n        - `/logout`: Logs out the user.\n    - **Integration**:\n        - Utilizes SQLite database for user data storage.\n\n### 2. `make_db.py`\n\n- **Purpose**: Creates an SQLite database file (`user_database.db`) and defines a table structure (`users`) for user registration.\n- **Functionality**:\n    - Establishes the database schema with columns for user ID, username, and password.\n\n### 3. `dashboard.html`\n\n- **Purpose**: Represents the dashboard view for authenticated users.\n- **Content**:\n    - Welcomes the user.\n    - Provides links to logout and view user information.\n    - Contains placeholders for dashboard content.\n\n### 4. `index.html`\n\n- **Purpose**: Serves as the login page.\n- **Content**:\n    - Login form with username and password fields.\n    - Redirects to the dashboard upon successful login.\n\n### 5. `info.html`\n\n- **Purpose**: Displays user information and allows deletion of user accounts.\n- **Content**:\n    - Total registered accounts count.\n    - Table listing usernames with delete options.\n    - Link to navigate back to the dashboard.\n\n### 6. `registration.html`\n\n- **Purpose**: Provides a registration form for new users.\n- **Content**:\n    - Form to input username and password.\n    - Validation for password matching and existing usernames.\n    - Link to navigate to the login page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrockaltug%2Fwebpage-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrockaltug%2Fwebpage-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrockaltug%2Fwebpage-template/lists"}