{"id":27114457,"url":"https://github.com/jenil-desai/pixelbloom-backend","last_synced_at":"2026-04-30T14:37:29.832Z","repository":{"id":285397177,"uuid":"957624586","full_name":"Jenil-Desai/Pixelbloom-backend","owner":"Jenil-Desai","description":"Backend for Pixelbloom mobile app using Go, Fiber, and PostgreSQL. 🚀📱","archived":false,"fork":false,"pushed_at":"2025-04-07T17:58:52.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T18:45:19.157Z","etag":null,"topics":["fiber","go","jwt","pgx-v5","postgresql"],"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/Jenil-Desai.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}},"created_at":"2025-03-30T20:10:15.000Z","updated_at":"2025-04-07T17:58:56.000Z","dependencies_parsed_at":"2025-04-07T18:38:06.801Z","dependency_job_id":null,"html_url":"https://github.com/Jenil-Desai/Pixelbloom-backend","commit_stats":null,"previous_names":["jenil-desai/pixelbloom-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jenil-Desai/Pixelbloom-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FPixelbloom-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FPixelbloom-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FPixelbloom-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FPixelbloom-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jenil-Desai","download_url":"https://codeload.github.com/Jenil-Desai/Pixelbloom-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FPixelbloom-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["fiber","go","jwt","pgx-v5","postgresql"],"created_at":"2025-04-07T03:57:36.790Z","updated_at":"2026-04-30T14:37:29.827Z","avatar_url":"https://github.com/Jenil-Desai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 Pixelbloom Backend\n\n**Pixelbloom Backend** is the server-side codebase for the **Pixelbloom mobile application**, handling user authentication, wallpaper management, and user interactions like likes and bookmarks. Built with **Go** and **PostgreSQL**, it ensures high performance and scalability.\n\n---\n\n## 📑 Table of Contents\n\n1. [Overview](#-overview)\n2. [Technologies](#-technologies)\n3. [Packages \u0026 Libraries Used](#-packages--libraries-used)\n4. [Getting Started](#-getting-started)\n5. [Setup](#-setup)\n6. [Features](#-features)\n7. [Demo \u0026 Screenshots](#-demo--screenshots)\n8. [Acknowledgments](#-acknowledgments)\n9. [License](#-license)\n\n---\n\n## 🌟 Overview\n\nPixelbloom Backend provides RESTful APIs for **user authentication, wallpaper storage, and user interactions** such as likes and bookmarks. It supports JWT-based authentication and follows best practices for API security and performance.\n\n---\n\n## 💻 Technologies\n\n| Technology  | Description  |  \n|------------|-------------|  \n| **Go**     | Backend logic and API development |  \n| **PostgreSQL** | Database management |  \n\n---\n\n## 📦 Packages / Libraries Used\n\n| Package / Library | Purpose |  \n|------------------|---------|  \n| **Fiber**        | Web framework for Go |  \n| **PGX**          | PostgreSQL driver for Go |  \n| **Swagger**      | API documentation |  \n| **JWT**          | JSON Web Token authentication |  \n| **Crypto**       | Secure hashing and encryption |  \n| **godotenv**     | Environment variable management |  \n\n---\n\n## 🚀 Getting Started\n\n1. Install Go on your machine.\n2. Get your PostgreSQL database set up.\n3. Get an IDE or text editor of your choice.\n\n---\n\n## ⚙️ Setup\n\n1. Clone the GitHub repository:\n    ```shell\n   git clone https://github.com/Jenil-Desai/Pixelbloom-backend.git\n   ```\n2. Navigate to the project directory:\n    ```shell\n   cd Pixelbloom-backend\n   ```\n3. Install dependencies:\n    ```shell\n   go mod tidy\n   ```\n4. Create a `.env` file in the root directory and set up your environment variables:\n    ```env\n    DATABASE_URL=\"\"\n   JWT_SECRET=\"\"\n   ```\n5. Run the application:\n    ```shell\n   air -c .air.linux.conf\n   ```\n---\n\n## 🎯 Features\n\n✔️ **User Details Endpoints** – Manage user profiles and authentication  \n✔️ **Wallpapers Endpoints** – Upload, update, and retrieve wallpapers  \n✔️ **Liked Wallpapers Endpoints** – Track user interactions with wallpapers  \n✔️ **Bookmarked Wallpapers Endpoints** – Allow users to save their favorite wallpapers\n\n---\n\n## 🔗 Demo \u0026 Screenshots\n\n- You can test the API using [Hoppscotch](https://hoppscotch.io/) or any other API testing tool.\n\n---\n\n## 🙏 Acknowledgments\n\n1. [Fiber Docs](https://docs.gofiber.io/)\n2. [Medium Blog on JWT](https://medium.com/code-beyond/go-fiber-jwt-auth-eab51a7e2129)\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.\n\n---\n\n### 🎨 **Enhancing the Pixelbloom experience with a powerful backend!**  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenil-desai%2Fpixelbloom-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenil-desai%2Fpixelbloom-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenil-desai%2Fpixelbloom-backend/lists"}