{"id":26706537,"url":"https://github.com/xsalagarcia/my_notes_api","last_synced_at":"2026-05-10T09:37:51.258Z","repository":{"id":281624493,"uuid":"945862699","full_name":"xsalagarcia/my_notes_API","owner":"xsalagarcia","description":"A simple API to serve docs in markdown","archived":false,"fork":false,"pushed_at":"2025-03-17T06:12:52.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T06:18:10.381Z","etag":null,"topics":["fastapi","python","redis","sqlmodel"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xsalagarcia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-10T08:45:34.000Z","updated_at":"2025-03-17T06:12:56.000Z","dependencies_parsed_at":"2025-03-10T09:44:39.046Z","dependency_job_id":"1eebcf44-a1be-480c-bae5-dd091f2eea7a","html_url":"https://github.com/xsalagarcia/my_notes_API","commit_stats":null,"previous_names":["xsalagarcia/my_notes_api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalagarcia%2Fmy_notes_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalagarcia%2Fmy_notes_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalagarcia%2Fmy_notes_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsalagarcia%2Fmy_notes_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsalagarcia","download_url":"https://codeload.github.com/xsalagarcia/my_notes_API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791956,"owners_count":20672671,"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":["fastapi","python","redis","sqlmodel"],"created_at":"2025-03-27T06:18:13.146Z","updated_at":"2026-05-10T09:37:51.180Z","avatar_url":"https://github.com/xsalagarcia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API to serve notes in markdown\n\nThis will be a simple API to serve docs in markdown. \n\n## TODO list\n\n- Deployment\n\n\n\n### Wish list \n\n- Auto-categorization and auto-tag of uploaded markdowns.\n\n## Data models\n\n```mermaid\nerDiagram\n    NOTE {\n        int id\n        string name\n        datetime last_updated\n        string abstract\n        bool is_public\n        int category_id FK \"to CATEGORY\"\n    }\n    CATEGORY {\n        int id\n        string name UK\n    }\n\n    \n    TAG {\n        int id\n        string name UK \"UK with category_id\"\n        int category_id UK, FK \"FK to CATEGORY, UK with name\"\n    }\n    \n    NOTETAGLINK {\n        int id\n        int tag_id FK \"to TAG\"\n        int note_id FK \"to NOTE\"\n    }\n    CATEGORY ||--o{ NOTE : \"\"\n    NOTETAGLINK }o--o| TAG: \"\"\n    NOTETAGLINK }o--o| NOTE: \"\"\n```\n\n## Endpoints\n\nAutodocumented. See swagger ui.\n\n# Running all unit tests from CLI\nBetter to set the environment variable IN_MEMORY_DB=\"Yes\":\n```sh\nenv IN_MEMORY_DB=\"Yes\" python -m unittest\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsalagarcia%2Fmy_notes_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsalagarcia%2Fmy_notes_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsalagarcia%2Fmy_notes_api/lists"}