{"id":15723342,"url":"https://github.com/aadeshkulkarni/figuringout","last_synced_at":"2025-04-08T04:16:55.379Z","repository":{"id":236117228,"uuid":"791840448","full_name":"aadeshkulkarni/figuringout","owner":"aadeshkulkarni","description":"Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma","archived":false,"fork":false,"pushed_at":"2024-07-12T16:24:30.000Z","size":647,"stargazers_count":76,"open_issues_count":19,"forks_count":80,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-12T17:41:08.230Z","etag":null,"topics":["blog","blogging","cloudfare-workers","generative-ai","good-first-issue","honojs","javascript","nodejs","npm-library","open-source","opensource","reactjs","social-media","tailwindcss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://figuringout.life","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aadeshkulkarni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2024-04-25T13:27:42.000Z","updated_at":"2024-07-13T17:42:25.096Z","dependencies_parsed_at":"2024-06-17T09:06:31.018Z","dependency_job_id":"3e44bdc4-c42a-4b4b-bf29-96910f7616e7","html_url":"https://github.com/aadeshkulkarni/figuringout","commit_stats":null,"previous_names":["aadeshkulkarni/medium-app","aadeshkulkarni/figuringout"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffiguringout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffiguringout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffiguringout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadeshkulkarni%2Ffiguringout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aadeshkulkarni","download_url":"https://codeload.github.com/aadeshkulkarni/figuringout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773721,"owners_count":20993639,"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":["blog","blogging","cloudfare-workers","generative-ai","good-first-issue","honojs","javascript","nodejs","npm-library","open-source","opensource","reactjs","social-media","tailwindcss","typescript","zod"],"created_at":"2024-10-03T22:11:16.671Z","updated_at":"2025-04-08T04:16:55.348Z","avatar_url":"https://github.com/aadeshkulkarni.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stargazers][stars-shield]][stars-url]\n[![Contributors][contributors-shield]][contributors-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\u003c!-- [![Forks][forks-shield]][forks-url] --\u003e\n\n## Figuringout.life\n\nWelcome to **Figuringout.life** – an open-source full-stack application built with Next.js, where users can share their thoughts in one-liners on a variety of topics. This platform encourages engagement through likes, comments, shares, and reposts, creating a vibrant community of thinkers.\n\n### Features\n\n- Text-Only Posts: Users can create simple text posts to express their thoughts. (No multimedia support at this time.)\n- Engagement: Interact with posts through likes, comments, and shares to foster discussions.\n- Explore Ideas: Discover a range of topics and insights from users around the world.\n\n### Technologies\n\n[![Next][Next.js]][Next-url]\n[![Typescript][Typescript.js]][typescript-url]\n[![MongoDB][MongoDB]][Mongodb-url]\n\n### Getting Started\n\n#### Prerequisites\n\n- Node.js\n- npm or yarn\n- MongoDB\n- Google OAuth\n\n#### Installation\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/yourusername/figuringout.life.git\ncd figuringout.life\n```\n\n2. Create Environment variables. \n```\ncp .env.example .env\n# Edit values as needed\n```\n2. Install dependencies:\n\n```\nnpm install\n```\n\n3. Generate keys for PWA and store them in .env file\n\n```\nnode generate-vapid-keys.js\n```\n\n4. Start the development server\n\n```\nnpm run dev\n```\n\n4. Open your browser and visit https://localhost:3000.\n\n\n### Database Setup (MongoDB):\n\nThere are 2 options to setup MongoDB. \n1. Using Cloud DB (using [Mongo Atlas](https://www.mongodb.com/)) \n2. Using Docker locally. (Recommended)\n\n#### Using Docker:\n\n\u003e Ensure that Docker-Desktop app is installed on your system and is running. [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n\nTo create a MongoDB Docker Container, run the following:\n```\n    docker run --name mongo -p 27017:27017 -v ./data/db:/data/db -d mongo mongod\n```\n\nAdd connection string in .env file \n```\nMONGODB_URI=mongodb://localhost:27017\n```\n\n### Contributing\n\nWe welcome contributions! If you'd like to contribute to Figuringout.life, please follow these steps:\n\n1. Fork the repository.\n2. Create your feature branch (git checkout -b feature/YourFeature).\n3. Commit your changes (git commit -m 'Add some feature').\n4. Push to the branch (git push origin feature/YourFeature).\n5. Open a Pull Request.\n\nRead our [contribution guidelines](./CONTRIBUTING.md) for more details.\n\n## 🤝 Contributors\n\n\u003ca href=\"https://github.com/aadeshkulkarni/medium-app/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=aadeshkulkarni/medium-app\" /\u003e\n\u003c/a\u003e\n\n### License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n### Visit Us\nExplore and share your thoughts at https://figuringout.life!\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/aadeshkulkarni/medium-app.svg?style=for-the-badge\u0026color=blue\n[contributors-url]: https://github.com/aadeshkulkarni/medium-app/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/aadeshkulkarni/medium-app.svg?style=for-the-badge\u0026color=blue\n[forks-url]: https://github.com/aadeshkulkarni/medium-app/network/members\n[stars-shield]: https://img.shields.io/github/stars/aadeshkulkarni/medium-app.svg?style=for-the-badge\u0026color=blue\n[stars-url]: https://github.com/aadeshkulkarni/medium-app/stargazers\n[issues-shield]: https://img.shields.io/github/issues/aadeshkulkarni/medium-app.svg?style=for-the-badge\u0026color=blue\n[issues-url]: https://github.com/aadeshkulkarni/medium-app/issues\n[license-shield]: https://img.shields.io/github/license/aadeshkulkarni/medium-app.svg?style=for-the-badge\u0026color=blue\n[license-url]: https://github.com/aadeshkulkarni/medium-app/blob/master/LICENSE.txt\n\n[Next.js]: https://img.shields.io/badge/Next-20232A?style=for-the-badge\u0026logo=nextdotjs\u0026logoColor=red\n[next-url]: https://nextjs.org/\n[Typescript.js]: https://shields.io/badge/TypeScript-20232A?logo=TypeScript\u0026logoColor=blue\u0026style=for-the-badge\n[typescript-url]: https://www.typescriptlang.org/\n[MongoDB]: https://img.shields.io/badge/mongodb-20232A?style=for-the-badge\u0026logo=mongodb\u0026logoColor=green\n[Mongodb-url]: https://www.mongodb.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadeshkulkarni%2Ffiguringout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadeshkulkarni%2Ffiguringout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadeshkulkarni%2Ffiguringout/lists"}