{"id":23885498,"url":"https://github.com/allankoder/dont-read-me","last_synced_at":"2025-02-23T02:44:13.667Z","repository":{"id":269732321,"uuid":"908281585","full_name":"AllanKoder/DONT-READ-ME","owner":"AllanKoder","description":"A Basic Blogging Site With Security in Mind","archived":false,"fork":false,"pushed_at":"2025-02-12T04:24:56.000Z","size":2129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T05:31:24.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/AllanKoder.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-25T17:10:40.000Z","updated_at":"2025-02-12T04:25:00.000Z","dependencies_parsed_at":"2025-02-12T05:25:58.324Z","dependency_job_id":"35764c8f-e962-4a6b-911e-52737405c588","html_url":"https://github.com/AllanKoder/DONT-READ-ME","commit_stats":null,"previous_names":["allankoder/dont-read-me"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanKoder%2FDONT-READ-ME","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanKoder%2FDONT-READ-ME/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanKoder%2FDONT-READ-ME/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllanKoder%2FDONT-READ-ME/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllanKoder","download_url":"https://codeload.github.com/AllanKoder/DONT-READ-ME/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240261499,"owners_count":19773474,"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":[],"created_at":"2025-01-04T04:50:52.159Z","updated_at":"2025-02-23T02:44:13.662Z","avatar_url":"https://github.com/AllanKoder.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DONT README\n\nDON'T README is a pretty average and boring blogging site, your usual stuff. But, it was a nice chance to explore what goes into making a web framework, and the security aspects as well.\n\n## Features\n\n- Creating blogs\n- Searching for blogs with HTMX\n- Editting blogs\n- Creating users as Admin Only\n- Highly secure Auth Tokens\n- Login with MFA2 (Email, and Authentication App)\n- CSRF protection\n- Sliding expiration session\n\n## High-level Blog Architecture\n\n```mermaid\nflowchart TD\n    A[\"User\u003cbr\u003e(A user of the application\u003cbr\u003ewho can create and \u003cbr\u003emanage blog posts)\"] --\u003e|Uses| B[\"Web Server\u003cbr\u003e(Handles HTTP requests\u003cbr\u003eand serves static\u003cbr\u003econtent)\"]\n    C[\"Admin\u003cbr\u003e(An administrator who can\u003cbr\u003emanage users\u003cbr\u003eand blog posts)\"] --\u003e|Uses| B\n    B --\u003e|Forwards requests to| D[\"CGI Application\u003cbr\u003e(Processes business logic)\"]\n    D --\u003e|Reads from and writes to| E[\"Database\u003cbr\u003e(Stores user\u003cbr\u003eand blog data)\"]\n    D --\u003e|Uses cryptography functions| F[\"Cryptography Library\u003cbr\u003e(Performs Cryptographic\u003cbr\u003eFunctions)\"]\n    D --\u003e|Sends notifications to| G[\"Email Service\u003cbr\u003e(Handles email\u003cbr\u003enotifications for user\u003cbr\u003eactions)\"]\n```\n\n## Used Libraries\n\n- CryptoPP\n    - https://github.com/weidai11/cryptopp\n- Libcurl\n    - sudo apt-get install libcurl4-openssl-dev\n\n- Maria DB \n    - https://mariadb.com/docs/server/connect/programming-languages/cpp/install/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallankoder%2Fdont-read-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallankoder%2Fdont-read-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallankoder%2Fdont-read-me/lists"}