{"id":18885418,"url":"https://github.com/atechguide/graphql-blog-app","last_synced_at":"2026-02-23T06:30:18.637Z","repository":{"id":50778138,"uuid":"212248042","full_name":"aTechGuide/graphql-blog-app","owner":"aTechGuide","description":"Blogging Application","archived":false,"fork":false,"pushed_at":"2021-05-30T03:58:54.000Z","size":2336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T04:41:57.877Z","etag":null,"topics":["graphql-yoga","jwt","prisma","prisma-cloud","project"],"latest_commit_sha":null,"homepage":"https://fierce-castle-27103.herokuapp.com/","language":"JavaScript","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/aTechGuide.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-02T03:29:03.000Z","updated_at":"2021-07-02T05:48:24.000Z","dependencies_parsed_at":"2022-08-24T08:50:46.938Z","dependency_job_id":null,"html_url":"https://github.com/aTechGuide/graphql-blog-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-blog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-blog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-blog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-blog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aTechGuide","download_url":"https://codeload.github.com/aTechGuide/graphql-blog-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239858817,"owners_count":19708856,"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":["graphql-yoga","jwt","prisma","prisma-cloud","project"],"created_at":"2024-11-08T07:18:28.902Z","updated_at":"2026-02-23T06:30:18.604Z","avatar_url":"https://github.com/aTechGuide.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphql Blog App\nThis app provides following functionality\n\n- Allows clients to SignUp and SignIn\n- Allows authenticated clients to Fetch their profile\n- Allows authenticated clients to create, update and delete their post\n- Allows client to fetch all the `published` posts and authenticated users to fetch all of their posts\n- Allows clients to comment on a post\n- Pagination Support\n- Sorting Support\n\n# Hosting\nHosted via Prisma Cloud and Heroku\n\n# Links\n- Production Instance [Link](https://fierce-castle-27103.herokuapp.com/)\n- Local Instance [Link](http://localhost:4000)\n\n# Tech Stack\n- GraphQL (using graphql-yoga)\n- Prisma \n- Prisma Cloud\n- JWT\n\n# Getting Started\n- Launch Prisma and database\n  - Create a `.env` file under `prisma` folder with following environment variables\n  ```\n    POSTGRES_HOST=\u003cpostgres-hostname\u003e\n    POSTGRES_DATABASE=\u003cpostgres-database\u003e\n    POSTGRES_USER=\u003cpostgres-user\u003e\n    POSTGRES_PASSWORD=\u003cpostgres-password\u003e\n  ```\n  - `cd prisma`\n  - Starting Container: `docker-compose up -d`\n  - Stopping Services: `docker-compose stop`\n  - Killing Container: `docker-compose kill`\n  - Removing Stopped Containers: `docker-compose rm`\n\n- Deploy the prisma Datamodel. From inside `prisma` folder run\n  - Dev: `prisma deploy -e ../config/dev.env`\n  - Test: `prisma deploy -e ../config/test.env`\n  - Prod: `prisma deploy -e ../config/prod.env`\n\n- Install the node dependencies\n  - `npm install`\n\n- Generate the Schema Dependencies\n  - Run `npm run get-schema`\n\n- Run the App\n  - DEV: `npm run dev`\n  - TEST: `npm run test`\n\n# Reference\n- This project was built as a part of [The Modern GraphQL Bootcamp (with Node.js and Apollo)](https://www.udemy.com/course/graphql-bootcamp/) Udemy course by Andrew Mead\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatechguide%2Fgraphql-blog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatechguide%2Fgraphql-blog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatechguide%2Fgraphql-blog-app/lists"}