{"id":31737476,"url":"https://github.com/lauhemahfus/gonote","last_synced_at":"2026-04-29T23:01:27.645Z","repository":{"id":318168575,"uuid":"1069807418","full_name":"lauhemahfus/GoNote","owner":"lauhemahfus","description":"A modern, fast, and AI-powered note-taking application built with Go, Gin, PostgreSQL, Redis, and Google Gemini AI.","archived":false,"fork":false,"pushed_at":"2025-10-05T14:30:16.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T16:18:03.284Z","etag":null,"topics":["gemini-api","gin","go","jwt","lazy-loading","postgresql","redis"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lauhemahfus.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T16:57:27.000Z","updated_at":"2025-10-05T14:32:07.000Z","dependencies_parsed_at":"2025-10-05T16:18:26.575Z","dependency_job_id":"55ad11ac-c5a1-4b1f-8059-635369afbf76","html_url":"https://github.com/lauhemahfus/GoNote","commit_stats":null,"previous_names":["lauhemahfus/gonote"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lauhemahfus/GoNote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauhemahfus%2FGoNote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauhemahfus%2FGoNote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauhemahfus%2FGoNote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauhemahfus%2FGoNote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lauhemahfus","download_url":"https://codeload.github.com/lauhemahfus/GoNote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lauhemahfus%2FGoNote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001123,"owners_count":26083021,"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-09T02:00:07.460Z","response_time":59,"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":["gemini-api","gin","go","jwt","lazy-loading","postgresql","redis"],"created_at":"2025-10-09T09:22:05.287Z","updated_at":"2025-10-09T09:22:06.570Z","avatar_url":"https://github.com/lauhemahfus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoNote - Personal Note Taking Application\n\nA modern, fast, and AI-powered note-taking application built with Go, Gin, PostgreSQL, Redis, and Google Gemini AI. Features a beautiful blue pastel UI theme and follows clean architecture principles.\n\n## Features\n\n- **User Authentication** - Secure JWT-based authentication system\n- **CRUD Operations** - Create, Read, Update, and Delete notes effortlessly\n- **Redis Caching** - Lightning-fast note retrieval with intelligent caching\n- **AI-Powered Summaries** - Generate instant summaries using Google Gemini 2.0 Flash\n- **Lazy Loading** - Efficient pagination for handling large note collections\n\n\n## Installation \u0026 Setup\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/lauhemahfus/gonote.git\ncd gonote\n```\n\n### 2. Set Up PostgreSQL Database\n\n```bash\n# Create database\ncreatedb gonote\n# Run migrations\npsql -d gonote -f backend/migrations/001_init.sql\n```\n\n### 3. Set Up Redis\n\n```bash\n# Start Redis server\nredis-server\n```\n\n### 4. Configure Environment Variables\n\n```bash\n# Copy the example environment file\ncp .env.example .env\n# Edit .env with your credentials\n```\n\n### 5. Install Go Dependencies\n\n```bash\ncd backend\n# Download dependencies\ngo mod download\n# Tidy up modules\ngo mod tidy\n```\n\n**Or install manually:**\n\n```bash\ngo get github.com/gin-gonic/gin@v1.9.1\ngo get github.com/gin-contrib/cors@v1.4.0\ngo get github.com/go-redis/redis/v8@v8.11.5\ngo get github.com/golang-jwt/jwt/v4@v4.5.0\ngo get github.com/joho/godotenv@v1.5.1\ngo get github.com/lib/pq@v1.10.9\ngo get golang.org/x/crypto@v0.14.0\n```\n\n### 6. Run the Application\n\n```bash\ngo run cmd/server/main.go\n```\n\nYou should see:\n```\nServer starting on http://localhost:8080\n```\n\n### 7. Access the Application\n\nOpen your browser and visit:\n\n```\nhttp://localhost:8080\n```\n\n\n## Screenshots\n\n\u003cimg width=\"1333\" height=\"856\" alt=\"image\" src=\"https://github.com/user-attachments/assets/58a105a1-3969-4ba8-a869-fe40d59dbee4\" /\u003e\n\u003cimg width=\"1439\" height=\"859\" alt=\"image\" src=\"https://github.com/user-attachments/assets/5a158e66-e874-480a-8931-722d412e0501\" /\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flauhemahfus%2Fgonote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flauhemahfus%2Fgonote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flauhemahfus%2Fgonote/lists"}