{"id":19235129,"url":"https://github.com/willkirkmanm/note-sender-app","last_synced_at":"2025-10-08T15:50:07.698Z","repository":{"id":132812089,"uuid":"587037184","full_name":"WillKirkmanM/note-sender-app","owner":"WillKirkmanM","description":"A Note Sending App Created with PocketBase \u0026 NextJS with Authentication","archived":false,"fork":false,"pushed_at":"2023-10-20T17:27:44.000Z","size":20050,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T03:37:55.409Z","etag":null,"topics":["authentication","pocketbase"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/WillKirkmanM.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":"2023-01-09T20:16:13.000Z","updated_at":"2024-10-18T06:11:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4b5e817-2a06-4136-929a-c195dfb358b9","html_url":"https://github.com/WillKirkmanM/note-sender-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WillKirkmanM/note-sender-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fnote-sender-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fnote-sender-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fnote-sender-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fnote-sender-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WillKirkmanM","download_url":"https://codeload.github.com/WillKirkmanM/note-sender-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillKirkmanM%2Fnote-sender-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972330,"owners_count":26078017,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["authentication","pocketbase"],"created_at":"2024-11-09T16:15:58.842Z","updated_at":"2025-10-08T15:50:07.694Z","avatar_url":"https://github.com/WillKirkmanM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# note-sender-app\nA Note Sending App Created with PocketBase \u0026amp; NextJS\n\n## Authentication\n![Next Auth Authentication Example](Assets/next_auth_example.png)\n### Setting Up Credentials\n1) Go to [Google API Authentication Dashboard](https://console.developers.google.com/apis/credentials).\n2) Click `Create Credentials`.\n3) Choose `Oauth Client ID` from the Dropdown.\n4) Set the Application Type to  `Web application`.\n5) In the Authorized JavaScript Origins, add `http://localhost:3000`. \n6) In the Authorized Redirect URLs section, it must be one of these fields [outlined here](https://next-auth.js.org/providers/google):\n\n\n  `For production: https://{YOUR_DOMAIN}/api/auth/callback/google`\n  \n  `For development: http://localhost:3000/api/auth/callback/google`\n\n7) Click Create\n8) Copy the `Client ID` \u0026 `Client Secret` and put it in your `.env` file\n\n`GOOGLE_AUTH_CLIENT_ID=YOUR_CLIENT_ID`\n\n`GOOGLE_AUTH_CLIENT_SECRET=YOUR_CLIENT_SECRET`\n\n# Showcase\n## Main Page After Logging In\n\u003e ![Main Page After logging In](/Assets/main_page_after_logged_in.png)\n## Create Note Modal Window\n\u003e ![Create Note Modal Window](/Assets/create_note_modal_window.png)\n\n##  Note Create Notification | [@mantine/notifications](https://mantine.dev/core/notification/)  \n\u003e ![Note Create Notification](/Assets/note_create_notification.png)\n\n\n## List of Notes\n\u003e ![Collection of Notes Window](/Assets/collection_of_notes.png)\n\n## Dynamic IDs for Notes\n\u003e ![Dynamic IDs For Each Note](/Assets/individual_note_page_dynamic_ids.png)\n\n# User Interface\nI have used [MantineUI](https://mantine.dev), a component library to style the UI in the application. I am enjoying using it due to it's simplicity and ease of use.\n# Database\nTo setup the database, follow these instructions.\n\n1) Download [Pocketbase](https://pocketbase.io/docs) for your operating system.\n2) Drag and drop it into the project directory\n3) Run `pocketbase serve` to start the database, the default port is `:8090`\n\n# Why?\nI wanted to create a small project with [Pocketbase](https://pocketbase.io/) and [Mantine UI](https://mantine.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillkirkmanm%2Fnote-sender-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillkirkmanm%2Fnote-sender-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillkirkmanm%2Fnote-sender-app/lists"}