{"id":22620818,"url":"https://github.com/amaranand360/twitter-app","last_synced_at":"2026-04-07T09:31:55.871Z","repository":{"id":186445919,"uuid":"675189690","full_name":"amaranand360/twitter-app","owner":"amaranand360","description":"This is social meadia app   it's offers the features like twitter","archived":false,"fork":false,"pushed_at":"2023-11-17T10:40:36.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T22:02:45.199Z","etag":null,"topics":["mongodb","nextauth","nextjs","prisma","reactjs","talwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://social-media-webapp-amar.vercel.app/","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/amaranand360.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-08-06T04:45:28.000Z","updated_at":"2023-11-17T09:49:01.000Z","dependencies_parsed_at":"2025-06-22T22:02:46.779Z","dependency_job_id":"263e21ed-f1c6-4215-a5bf-dd7207e33056","html_url":"https://github.com/amaranand360/twitter-app","commit_stats":null,"previous_names":["amaranand360/twitter-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amaranand360/twitter-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaranand360%2Ftwitter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaranand360%2Ftwitter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaranand360%2Ftwitter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaranand360%2Ftwitter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amaranand360","download_url":"https://codeload.github.com/amaranand360/twitter-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaranand360%2Ftwitter-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["mongodb","nextauth","nextjs","prisma","reactjs","talwindcss","typescript"],"created_at":"2024-12-08T22:15:39.645Z","updated_at":"2026-04-07T09:31:55.849Z","avatar_url":"https://github.com/amaranand360.png","language":"TypeScript","readme":"# Social Media App\n\nWelcome to **my Social Media App**, a platform built with Next.js, React.js, Tailwind CSS, Prisma, and MongoDB. This application aims to provide a Twitter-like experience for users to share thoughts, follow others, and engage in conversations.\n\n## Table of Contents\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **User Authentication:** Secure user registration and login system.\n- **Post Creation:** Users can create and share posts with the community.\n- **Following/Followers:** Build a network by following other users.\n- **Real-time Updates:** Stay informed with real-time updates on posts and notifications.\n- **Responsive Design:** A mobile-friendly interface for users on various devices.\n- **Profile Management:** Update profile information and avatar.\n\n## Tech Stack\n\n- **Frontend:** \n  - [Next.js](https://nextjs.org/) 🚀\n  - [React.js](https://reactjs.org/) ⚛️\n  - [Tailwind CSS](https://tailwindcss.com/) 🎨\n\n- **Backend:** \n  - [Prisma](https://www.prisma.io/) 🛠️\n  - [MongoDB](https://www.mongodb.com/) 📊\n\n- **Other Tools:**\n  - [Node.js](https://nodejs.org/) 🚀\n  - [npm](https://www.npmjs.com/) 📦\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- [npm](https://www.npmjs.com/)\n- [MongoDB](https://www.mongodb.com/try/download/community)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/your-social-media-app.git\n\n   ```\n        cd your-social-media-app\n  ```\n  ```\n    npm install\n\n## MongoDB Connection\nMONGODB_URI=your_mongodb_uri\n\n# Session Secret (for example)\nSESSION_SECRET=mysecret\n\n# Other Configuration Options...\n\n# Usage\n1. Start the development server:\n\n```\n    npm run dev\n```\n2. Open your browser and visit http://localhost:3000.\n\n3. Explore and enjoy your social media app!\n\n## Contributing\n- If you'd like to contribute to this project, please follow these guidelines:\n\n1. Fork the repository.\n2. Create a new branch: git checkout -b feature/your-feature.\n3. Make your changes and commit them: git commit -m 'Add some feature'.\n4. Push to the branch: git push origin feature/your-feature.\n5. Submit a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaranand360%2Ftwitter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famaranand360%2Ftwitter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaranand360%2Ftwitter-app/lists"}