{"id":24553931,"url":"https://github.com/bachkaaaaa/cmstask","last_synced_at":"2026-04-24T23:34:41.391Z","repository":{"id":270305996,"uuid":"909954497","full_name":"bachkaaaaa/CMSTask","owner":"bachkaaaaa","description":"This is a simple Content Management System (CMS) built with Flask and SQLite that allows users to manage words and phrases. It supports loading initial data from a JSON file, viewing and searching words, editing their details, and deleting them.","archived":false,"fork":false,"pushed_at":"2025-01-07T17:35:25.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T07:08:29.574Z","etag":null,"topics":["cms","flask","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/bachkaaaaa.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-12-30T06:25:57.000Z","updated_at":"2025-01-07T20:35:04.000Z","dependencies_parsed_at":"2025-03-16T14:46:26.241Z","dependency_job_id":"f77f0216-3d13-406b-81e9-093e2dd2892f","html_url":"https://github.com/bachkaaaaa/CMSTask","commit_stats":null,"previous_names":["bachkaaaaa/cmstask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bachkaaaaa/CMSTask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachkaaaaa%2FCMSTask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachkaaaaa%2FCMSTask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachkaaaaa%2FCMSTask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachkaaaaa%2FCMSTask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bachkaaaaa","download_url":"https://codeload.github.com/bachkaaaaa/CMSTask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachkaaaaa%2FCMSTask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["cms","flask","python","sqlite3"],"created_at":"2025-01-23T02:16:45.566Z","updated_at":"2026-04-24T23:34:41.376Z","avatar_url":"https://github.com/bachkaaaaa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMSTask\n\nCMSTask is a simple Content Management System (CMS) built with Flask and SQLite. It allows users to manage words and phrases efficiently. The system supports loading initial data from a JSON file, viewing and searching words, editing their details, and deleting them.\n\n## Features\n\n- **Load Initial Data**: Automatically loads words and phrases from a JSON file if the database is empty.\n- **Search and Filter**: Provides filtering options to search words and phrases by keywords.\n- **Edit Words and Phrases**: Enables users to update word details, translations, and example sentences.\n- **Delete Words and Phrases**: Allows users to remove any word or phrase from the database.\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/bachkaaaaa/CMSTask.git\n    cd CMSTask\n    ```\n\n2. Create a virtual environment:\n\n    ```bash\n    python3 -m venv venv\n    ```\n\n3. Activate the virtual environment:\n\n    - On Windows:\n        ```bash\n        .\\venv\\Scripts\\activate\n        ```\n    - On macOS/Linux:\n        ```bash\n        source venv/bin/activate\n        ```\n\n4. Install dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Database Setup\n\n1. **Create the database**:\n   Open the Flask shell and run the following commands to initialize the database:\n\n    ```bash\n    flask shell\n    ```\n\n    Inside the Flask shell, execute:\n\n    ```python\n    from app import db\n    db.create_all()\n    ```\n\n## Usage\n\n1. **Start the application**:\n\n    ```bash\n    python3 run.py\n    ```\n\n2. Open your web browser and visit:\n\n    ```\n    http://127.0.0.1:5000\n    ```\n\n   Enjoy managing your words and phrases with CMSTask!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbachkaaaaa%2Fcmstask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbachkaaaaa%2Fcmstask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbachkaaaaa%2Fcmstask/lists"}