{"id":20682999,"url":"https://github.com/viveksite/promptverse","last_synced_at":"2026-04-11T11:36:11.460Z","repository":{"id":216491181,"uuid":"740975601","full_name":"VivekSite/promptverse","owner":"VivekSite","description":"Social media platforms where users can share posts with all the users","archived":false,"fork":false,"pushed_at":"2024-04-03T08:19:04.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T21:50:01.351Z","etag":null,"topics":["mongodb","nextauth-google","nextjs14","nodejs","prisma-orm","reactjs"],"latest_commit_sha":null,"homepage":"https://promptopia-psi-umber.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/VivekSite.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}},"created_at":"2024-01-09T13:05:00.000Z","updated_at":"2024-04-03T05:10:45.000Z","dependencies_parsed_at":"2024-02-04T10:33:07.337Z","dependency_job_id":"4dcee5d1-88c1-4426-a560-d8c1f3f4f5d2","html_url":"https://github.com/VivekSite/promptverse","commit_stats":null,"previous_names":["viveksite/promptopia","viveksite/promptverse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VivekSite/promptverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VivekSite%2Fpromptverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VivekSite%2Fpromptverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VivekSite%2Fpromptverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VivekSite%2Fpromptverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VivekSite","download_url":"https://codeload.github.com/VivekSite/promptverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VivekSite%2Fpromptverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31679482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["mongodb","nextauth-google","nextjs14","nodejs","prisma-orm","reactjs"],"created_at":"2024-11-16T22:15:14.223Z","updated_at":"2026-04-11T11:36:11.444Z","avatar_url":"https://github.com/VivekSite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a is inspired by project propmtopia created by [adrianhajdin](https://github.com/adrianhajdin) His YouTube Channel [JavaScript Mastery](https://www.youtube.com/@javascriptmastery).\n\nI created this project using NextJs with TypeScript. And instedad of using mongoose for database connection I used Prisma(ORM) just for practicing and learning Prisma. \n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).  \n[Visit Website](https://promptopia-psi-umber.vercel.app/)\n\n## Getting Started\n\n- Install all the dependencies `npm i`\n\n- Add Eviroment Variables\n```\nNEXTAUTH_SECRET=\n\nGOOGLE_CLIENT_ID=\nGOOGLE_CLIENT_SECRET=\n\n# This was inserted by `prisma init`:\n# Environment variables declared in this file are automatically made available to Prisma.\n# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema\n\n# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.\n# See the documentation for all the connection string options: https://pris.ly/d/connection-strings\n\nDATABASE_URL=\nNEXTAUTH_URL=\n```\n- for NextAuth Secret add a random generated string\n- For `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` you have to create an application on google console and get ID and SECRET\n- In `DATABASE_URL` add your database connection string\n- In NEXTAUTH_URL add your applications url\n- Initialize prisma `npx prisma init`\n- Generate the schema mentioned in the schema file `npx prisma generate`\n- Now run the development server `npm run dev`\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviveksite%2Fpromptverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviveksite%2Fpromptverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviveksite%2Fpromptverse/lists"}