{"id":29024654,"url":"https://github.com/hyyoosuf/sayit","last_synced_at":"2025-09-08T08:43:56.719Z","repository":{"id":301178630,"uuid":"1008282872","full_name":"hyyoosuf/sayit","owner":"hyyoosuf","description":"SayIt is a modern campus social platform for students, featuring anonymous confessions, campus circles, and a marketplace. Connect and engage easily! 🐙🌐","archived":false,"fork":false,"pushed_at":"2025-06-25T14:09:19.000Z","size":326,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T15:24:17.754Z","etag":null,"topics":["chat-application","chatgpt-api","device-reminder","forum","home-automation","javafx","javascript","mongodb","openai-api","prisma","react","redis","smarthome","social-network","social-networks","speech-engine","telegram","tts"],"latest_commit_sha":null,"homepage":"https://hyyoosuf.github.io","language":"TypeScript","has_issues":false,"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/hyyoosuf.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":"2025-06-25T09:58:06.000Z","updated_at":"2025-06-25T14:09:23.000Z","dependencies_parsed_at":"2025-06-25T15:34:45.109Z","dependency_job_id":null,"html_url":"https://github.com/hyyoosuf/sayit","commit_stats":null,"previous_names":["hyyoosuf/sayit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyyoosuf/sayit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyyoosuf%2Fsayit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyyoosuf%2Fsayit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyyoosuf%2Fsayit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyyoosuf%2Fsayit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyyoosuf","download_url":"https://codeload.github.com/hyyoosuf/sayit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyyoosuf%2Fsayit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261997993,"owners_count":23242312,"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":["chat-application","chatgpt-api","device-reminder","forum","home-automation","javafx","javascript","mongodb","openai-api","prisma","react","redis","smarthome","social-network","social-networks","speech-engine","telegram","tts"],"created_at":"2025-06-26T04:18:32.971Z","updated_at":"2025-06-26T04:18:33.563Z","avatar_url":"https://github.com/hyyoosuf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SayIt: Modern Campus Social Platform 🎓\n\n![SayIt Logo](https://img.shields.io/badge/SayIt-Modern%20Campus%20Social%20Platform-blue?style=flat\u0026logo=react)\n\n## Table of Contents\n- [Overview](#overview)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Links](#links)\n\n## Overview\nSayIt is a modern social platform designed for university students. It integrates various features, including a confession wall, campus circle, marketplace, and task system. Built with Next.js, React, and TypeScript, SayIt aims to enhance campus life and foster connections among students.\n\n## Features\n- **Confession Wall**: Share thoughts and feelings anonymously.\n- **Campus Circle**: Connect with peers and share experiences.\n- **Marketplace**: Buy, sell, or trade items with fellow students.\n- **Task System**: Post tasks and rewards for assistance.\n\n## Tech Stack\nSayIt utilizes a robust technology stack to deliver a seamless experience:\n- **Frontend**: \n  - Next.js\n  - React\n  - TypeScript\n- **Backend**: \n  - Prisma\n  - SQLite\n\n## Installation\nTo get started with SayIt, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/hyyoosuf/sayit.git\n   cd sayit\n   ```\n\n2. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Set up the database:\n   ```bash\n   npx prisma migrate dev --name init\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\nVisit `http://localhost:3000` in your browser to see the application in action.\n\n## Usage\nOnce the application is running, you can explore its features. \n\n- **Confession Wall**: Navigate to the confession wall to post or read confessions.\n- **Campus Circle**: Join discussions and connect with fellow students.\n- **Marketplace**: Browse listings or create your own to sell items.\n- **Task System**: View available tasks and claim them for rewards.\n\n## Contributing\nWe welcome contributions to improve SayIt. To contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add your message here\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Create a pull request.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Links\nFor the latest releases, check the [Releases section](https://github.com/hyyoosuf/sayit/releases). You can download the latest version and follow the installation instructions provided above.\n\n![Download Latest Release](https://img.shields.io/badge/Download%20Latest%20Release-Click%20Here-brightgreen?style=flat\u0026logo=github)\n\nExplore the features and contribute to the project to help enhance the campus experience for students. Check back regularly for updates and new features.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyyoosuf%2Fsayit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyyoosuf%2Fsayit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyyoosuf%2Fsayit/lists"}