{"id":25245861,"url":"https://github.com/riceball-tw/my-note","last_synced_at":"2026-04-29T00:35:10.591Z","repository":{"id":270936625,"uuid":"911156001","full_name":"riceball-tw/my-note","owner":"riceball-tw","description":"MySQL + Drizzle ORM + Nuxt 3 fullstack modern note site.","archived":false,"fork":false,"pushed_at":"2025-06-06T12:28:59.000Z","size":1140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T13:20:08.052Z","etag":null,"topics":["drizzle-orm","jwt","mysql","nuxt","shadcn-ui"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/riceball-tw.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,"zenodo":null}},"created_at":"2025-01-02T11:18:06.000Z","updated_at":"2025-06-06T12:29:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"642e5c21-2f3c-4058-b844-366c60db8bbe","html_url":"https://github.com/riceball-tw/my-note","commit_stats":null,"previous_names":["riceball-tw/my-note"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/riceball-tw/my-note","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riceball-tw%2Fmy-note","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riceball-tw%2Fmy-note/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riceball-tw%2Fmy-note/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riceball-tw%2Fmy-note/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riceball-tw","download_url":"https://codeload.github.com/riceball-tw/my-note/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riceball-tw%2Fmy-note/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["drizzle-orm","jwt","mysql","nuxt","shadcn-ui"],"created_at":"2025-02-12T02:02:59.140Z","updated_at":"2026-04-29T00:35:10.585Z","avatar_url":"https://github.com/riceball-tw.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MyNote\n\n![App demo](assets/demo.png)\n\nA MySQL + Drizzle ORM + Nuxt 3 fullstack modern note site.\n\n## Features\n\n- Nuxt 3 Universal Rendering mode, support both SSR and CSR\n- TypeScript + Drizzle ORM + Zod for Safety\n- Tailwind + Shadcn Vue for fast UI iteration\n- JWT based Auth\n- RWD UI for mobile and desktop\n\n## How to Start\n\n### Install Dependence\n\n```bash\npnpm install\n```\n\n### Setup `.env`\n\n```bash\nDATABASE_URL=mysql://user:password@localhost:3306/your_database\nJWT_SECRET=***\n```\n\nSearch for online JWT secret generator or generate by using node script.\n\n``` bash\nnode -e \"console.log(require('crypto').randomBytes(32).toString('hex'))\"\n```\n\n### Database Migrations\n\nFor more, you can refer to [drizzle migrations document](https://orm.drizzle.team/docs/migrations)\n\n```bash\nnpx drizzle-kit generate\nnpx drizzle-kit push\n```\n\n### Start the dev server!\n\n```bash\npnpm dev\n```\n\n## Database Schema\n\n```mermaid\nerDiagram\n    USERS {\n        int id PK \"Auto-increment primary key\"\n        varchar email \"Unique and not null\"\n        varchar password \"Not null\"\n    }\n    NOTES {\n        int id PK \"Serial primary key\"\n        int user_id FK \"Foreign key references USERS.id\"\n        text text \"Optional text content\"\n        timestamp created_at \"Default to current date, not null\"\n        timestamp updated_at \"Default to current date, updates automatically\"\n    }\n\n    USERS ||--o{ NOTES : \"has many\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friceball-tw%2Fmy-note","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friceball-tw%2Fmy-note","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friceball-tw%2Fmy-note/lists"}