{"id":27936329,"url":"https://github.com/bladesheng/notes-svelte","last_synced_at":"2026-04-09T02:31:17.620Z","repository":{"id":177543036,"uuid":"658632458","full_name":"Bladesheng/notes-svelte","owner":"Bladesheng","description":"Very simple note taking app","archived":false,"fork":false,"pushed_at":"2023-11-07T11:34:01.000Z","size":591,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T06:57:24.688Z","etag":null,"topics":["lucia-auth","postgresql","prisma","sveltekit","typescript","vercel","vite"],"latest_commit_sha":null,"homepage":"https://notes-svelte-theta.vercel.app","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bladesheng.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,"zenodo":null}},"created_at":"2023-06-26T07:34:26.000Z","updated_at":"2023-07-07T20:31:31.000Z","dependencies_parsed_at":"2025-05-07T06:57:25.642Z","dependency_job_id":"a3e9a569-e9ce-4dde-92c3-52b3797994e4","html_url":"https://github.com/Bladesheng/notes-svelte","commit_stats":null,"previous_names":["bladesheng/notes-svelte"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bladesheng/notes-svelte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladesheng%2Fnotes-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladesheng%2Fnotes-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladesheng%2Fnotes-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladesheng%2Fnotes-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bladesheng","download_url":"https://codeload.github.com/Bladesheng/notes-svelte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladesheng%2Fnotes-svelte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31582581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["lucia-auth","postgresql","prisma","sveltekit","typescript","vercel","vite"],"created_at":"2025-05-07T06:57:21.712Z","updated_at":"2026-04-09T02:31:17.599Z","avatar_url":"https://github.com/Bladesheng.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notes-svelte\n\n## About this repository\n\nThis is a very simple note taking app. You create an account and then you can create / edit / delete your own notes.\n\nThis was my first shot at trying out server-side-rendering with some frontend framework (SvelteKit). I also did my first authentication, so that was pretty cool too. Also i added toast notifications everywhere because why not.\n\nTechnologies used:\n\n- SvelteKit for SSR, routing, acces to ORM, etc.\n- Lucia library to make auth easy\n- Postgres database for saving notes, auth users and sessions\n- Prisma as an ORM\n- Vite as builder\n- Deployed to Vercel\n\n## Building locally\n\n- Clone the repo, then create .env file with database url such as:\n\n```\nDATABASE_URL=\"postgresql://postgres:postgres@localhost:5432/notes-svelte?schema=public\"\n```\n\n- Install packages:\n\n```\nnpm install\n```\n\n- Push the Prisma schema to the database:\n\n```\nnpm run db:push\n```\n\n- Run development server with:\n\n```\nnpm run dev\n```\n\n- Linting and prettier:\n\n```\nnpm run format\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbladesheng%2Fnotes-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbladesheng%2Fnotes-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbladesheng%2Fnotes-svelte/lists"}