{"id":20544152,"url":"https://github.com/laksharmaa/PixelPost","last_synced_at":"2025-05-09T14:32:08.982Z","repository":{"id":261791953,"uuid":"885200272","full_name":"laksharmaa/PixelPost","owner":"laksharmaa","description":"A Creative Hub for Digital Art and AI Enthusiasts, where art can be created with the help of GenAI and share them with others.","archived":false,"fork":false,"pushed_at":"2025-04-27T21:34:35.000Z","size":1024,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T22:26:23.184Z","etag":null,"topics":["auth0","azure","blob-storage","cosmosdb","express","nodejs","openai-api","react"],"latest_commit_sha":null,"homepage":"https://pixelpost-azure.vercel.app/","language":"JavaScript","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/laksharmaa.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":"2024-11-08T06:29:43.000Z","updated_at":"2025-04-27T21:34:38.000Z","dependencies_parsed_at":"2024-11-08T13:39:42.329Z","dependency_job_id":"4db7b45f-2022-4d67-afd5-bc8be50081f7","html_url":"https://github.com/laksharmaa/PixelPost","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.05714285714285716,"last_synced_commit":"a0effa3289b19a41cb14dea92f9f87390ffc0978"},"previous_names":["laksharmaa/azure-pixelpost","laksharmaa/pixelpost"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laksharmaa%2FPixelPost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laksharmaa%2FPixelPost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laksharmaa%2FPixelPost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laksharmaa%2FPixelPost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laksharmaa","download_url":"https://codeload.github.com/laksharmaa/PixelPost/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253266490,"owners_count":21880986,"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","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":["auth0","azure","blob-storage","cosmosdb","express","nodejs","openai-api","react"],"created_at":"2024-11-16T01:42:41.585Z","updated_at":"2025-05-09T14:32:08.971Z","avatar_url":"https://github.com/laksharmaa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PixelPost\n![Thumbnail](https://github.com/user-attachments/assets/b63814ec-3055-4bd1-8464-336617d47be1)\n\u003cimg width=\"960\" alt=\"image\" src=\"https://github.com/user-attachments/assets/702ea664-d709-4f9b-9635-9068c3db45bc\" /\u003e\n\n\u003e PixelPost is a Community Platform where users can create, share, and explore AI-generated images. The application uses React for the client-side, Node.js and Express for the server-side, Azure CosmosDB for data storage, and Azure Blob Storage for image storage. Authentication and authorization are handled using Auth0.\n\n## Features\n\n\u003e - AI-generated image creation using OpenAI's API👾\n\u003e - User authentication with Auth0🔑\n\u003e - Personalized user profiles👤\n\u003e - Like and comment on posts👍🏻\n\u003e - Dark mode support🌗\n\u003e - Image storage and management with Azure Blob Storage📷\n\u003e - Community showcase for sharing and exploring images🖼\n\u003e - Responsive UI for a seamless experience on all devices📲\n\n## Tech Stack\n### Client-Side\n**React**: For building the user interface\n**Tailwind CSS**: For styling\n**Auth0**: For authentication and authorization\n### Server-Side\n**Node.js**: For server-side JavaScript\n**Express**: For building the API\n**CosmosDB**: For data storage\n**Azure Blob Storage**: For image storage\n**Auth0**: For authentication and authorization\n\n## Setup\n### Prerequisites\n- Node.js (v14 or higher)\n- npm (v6 or higher)\n- Azure account (for Blob Storage)\n- Auth0 account\n- CosmosDB account\n\n### Installation\n1. Clone the repository:\n```\ngit clone https://github.com/your-username/pixelpost.git\ncd pixelpost\n```\n2. Install dependencies for both client and server:\n```# Install client dependencies\ncd client\nnpm install\n\n# Install server dependencies\ncd ../server\nnpm install\n```\n## Environment Variables\n\u003e Create a .env file in both the client and server directories and add the following environment variables:\n### *CLIENT*\n```\nVITE_AUTH0_DOMAIN=your-auth0-domain\nVITE_AUTH0_CLIENT_ID=your-auth0-client-id\nVITE_CLIENT_SECRET=your-auth0-client-secret\nVITE_AUTH0_AUDIENCE=your-auth0-audience\nVITE_BASE_URL=http://localhost:8080\n```\n\n### *SERVER*\n```\nAUTH0_DOMAIN=your-auth0-domain\nAUTH0_AUDIENCE=your-auth0-audience\nAZURE_BLOB_CONNECTION_STRING=your-azure-blob-connection-string\nAZURE_CONTAINER_NAME=your-azure-container-name\nCOSMOSDB_URL=your-cosmosdb-url\nOPENAI_API_KEY=your-openai-api-key\n```\n\n## Run the Application\n*Client*\n```\ncd client\nnpm run dev\n```\n*Server*\n```\ncd server\nnpm start\n```\n## Folder Structure\n```\npixelpost/\n├── client/\n│   ├── .env\n│   ├── .eslintrc.cjs\n│   ├── .gitignore\n│   ├── index.html\n│   ├── package.json\n│   ├── postcss.config.js\n│   ├── public/\n│   ├── README.md\n│   ├── src/\n│   │   ├── App.jsx\n│   │   ├── assets/\n│   │   ├── components/\n│   │   ├── constant/\n│   │   ├── context/\n│   │   ├── index.css\n│   │   ├── main.jsx\n│   │   ├── Pages/\n│   │   ├── utils/\n│   ├── tailwind.config.js\n│   ├── vercel.json\n│   └── vite.config.js\n├── server/\n│   ├── .env\n│   ├── .gitignore\n│   ├── index.js\n│   ├── mongodb/\n│   │   ├── connect.js\n│   │   ├── models/\n│   ├── package.json\n│   ├── routes/\n│   │   ├── dalleRoutes.js\n│   │   ├── postRoutes.js\n│   ├── services/\n│   │   ├── azureBlobService.js\n│   ├── utils/\n│   │   ├── loginOrCreateUser.js\n│   └── vercel.json\n```\n\n## Contributing\n\u003e Contributions are welcome! Please submit a pull request for any changes. Lets make it *Creative*😎\n\n# **Built with sleepless nights☕**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaksharmaa%2FPixelPost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaksharmaa%2FPixelPost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaksharmaa%2FPixelPost/lists"}