{"id":15020062,"url":"https://github.com/mdjsn/apollo-prisma-auth","last_synced_at":"2026-01-21T19:34:38.049Z","repository":{"id":38801383,"uuid":"212966050","full_name":"mdjsn/apollo-prisma-auth","owner":"mdjsn","description":"Basic Authentication implementation using Apollo Server with Prisma ORM, further deployed to netlify","archived":false,"fork":false,"pushed_at":"2023-01-04T22:11:15.000Z","size":3517,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T03:32:31.158Z","etag":null,"topics":["apollo","apollo-server-express","apollographql","express","graphql","graphql-schema","graphql-server","javascript","jwt","lambda-functions","netlify","prisma","serverless","typescript"],"latest_commit_sha":null,"homepage":"https://admiring-ride-859b78.netlify.com/api","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdjsn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-05T08:15:06.000Z","updated_at":"2019-10-05T21:34:25.000Z","dependencies_parsed_at":"2023-02-02T21:31:56.558Z","dependency_job_id":null,"html_url":"https://github.com/mdjsn/apollo-prisma-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdjsn/apollo-prisma-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjsn%2Fapollo-prisma-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjsn%2Fapollo-prisma-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjsn%2Fapollo-prisma-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjsn%2Fapollo-prisma-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdjsn","download_url":"https://codeload.github.com/mdjsn/apollo-prisma-auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjsn%2Fapollo-prisma-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["apollo","apollo-server-express","apollographql","express","graphql","graphql-schema","graphql-server","javascript","jwt","lambda-functions","netlify","prisma","serverless","typescript"],"created_at":"2024-09-24T19:54:32.217Z","updated_at":"2026-01-21T19:34:38.019Z","avatar_url":"https://github.com/mdjsn.png","language":"JavaScript","readme":"# \u003cp align=\"center\"\u003e Apollo Prisma Auth \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://sunim.com.np\" target=\"_blank\"\u003e\u003cimg src=\"https://i.imgur.com/1NOhbk5.png\" height=\"330\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eRepo to handle the Apollo GraphQL Server with Prisma ORM connected to mysql on Prisma Service\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eLambda Function \u003ca href=\"https://admiring-ride-859b78.netlify.com/api\" target=\"_blank\"\u003eNetlify\u003c/a\u003e\u003c/p\u003e\n\n## About\n\nThis is a dummy boilerplate to be used by the team which includes the basic authentication system over schema based query and mutation over the apollo server, with JWT Token response sent back to client after verification along with Prisma Service for Storage\n\n## Installation\n\n**Clone the source locally:**\n\n```\n$ git clone https://github.com/mdjsn/apollo-prisma-auth\n$ cd apollo-prisma-auth\n```\n\n**Install required node dependencies**\n\n```\n$ yarn\n```\n\n**Open in development mode:**\n\n```\n$ yarn local\n```\n\n**Open Lambda server in development mode:**\n\n```\n$ yarn start\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/mdjsn/apollo-prisma-auth/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n## References\n\n- \u003ca href=\"https://www.prisma.io/docs/get-started/01-setting-up-prisma-new-database-JAVASCRIPT-a002/\" target=\"_blank\"\u003ePrisma Docs\u003c/a\u003e\n- \u003ca href=\"https://github.com/mdjsn/references\" target=\"_blank\"\u003eMDJSN references\u003c/a\u003e\n- \u003ca href=\"https://www.apollographql.com/docs/apollo-server/getting-started/\" target=\"_blank\"\u003eApollo Docs\u003c/a\u003e\n- \u003ca href=\"https://github.com/general-wedge/auth-graphql-boilerplate\" target=\"_blank\"\u003eAuth GraphQL Boilerplate\u003c/a\u003e\n- \u003ca href=\"https://www.apollographql.com/docs/apollo-server/deployment/netlify/\" target=\"_blank\"\u003eDeploying with Netlify Functions\u003c/a\u003e\n- \u003ca href=\"https://www.youtube.com/watch?v=OloBAdNCnyQ\u0026t=5s\" target=\"_blank\"\u003eCode first GraphQL Server Development with Prisma\u003c/a\u003e\n  \n## Licensing\n\nThe code in this project is licensed under GNU GPLv3 license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdjsn%2Fapollo-prisma-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdjsn%2Fapollo-prisma-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdjsn%2Fapollo-prisma-auth/lists"}