{"id":20293784,"url":"https://github.com/arrudadev/ignite-reactjs-ignews","last_synced_at":"2026-04-11T18:06:23.906Z","repository":{"id":177653693,"uuid":"358403646","full_name":"arrudadev/ignite-reactjs-ignews","owner":"arrudadev","description":"Code produced during module 3 of the Ignite course on the React Js trail of the Rocketseat platform.","archived":false,"fork":false,"pushed_at":"2021-05-05T16:10:48.000Z","size":602,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T05:28:18.811Z","etag":null,"topics":["faunadb","github-oauth","nextjs","prismic","reactjs","rocketseat","stripe","typescript"],"latest_commit_sha":null,"homepage":"","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/arrudadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2021-04-15T22:01:40.000Z","updated_at":"2023-03-09T02:21:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"198729d7-778b-47ea-92c2-fffdb75bd50e","html_url":"https://github.com/arrudadev/ignite-reactjs-ignews","commit_stats":null,"previous_names":["arrudadev/ignite-reactjs-ignews"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arrudadev/ignite-reactjs-ignews","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fignite-reactjs-ignews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fignite-reactjs-ignews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fignite-reactjs-ignews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fignite-reactjs-ignews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrudadev","download_url":"https://codeload.github.com/arrudadev/ignite-reactjs-ignews/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fignite-reactjs-ignews/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265947514,"owners_count":23853383,"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":["faunadb","github-oauth","nextjs","prismic","reactjs","rocketseat","stripe","typescript"],"created_at":"2024-11-14T15:26:15.958Z","updated_at":"2026-04-11T18:06:23.847Z","avatar_url":"https://github.com/arrudadev.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Ig.news logo\" title=\"Ig.news logo\" src=\"https://raw.githubusercontent.com/monteiro-alexandre/ignite-reactjs-ignews/master/.github/assets/logo.svg\" width=\"220px\" /\u003e\n\u003c/h1\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e Code produced during module 3 of the Ignite course on the React Js trail of the Rocketseat platform.\n\nIn this module, a subscription platform for text content was developed, using the concepts of JAMStack. FaunaDB was used as a database, Stripe for payment integration and Prismic CMS for content management.\n\n\u003cimg src=\"https://raw.githubusercontent.com/monteiro-alexandre/ignite-reactjs-ignews/master/.github/assets/ignews.png\" alt=\"Ig.news\" width=\"100%\"/\u003e\n\n# :pushpin: Table of Contents\n\n* [Technologies](#-technologies)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n## 💻 Technologies\n\nThis project was developed with the following technologies:\n\n- [Typescript](https://www.typescriptlang.org/)\n- [React](https://reactjs.org)\n- [NextJs](https://nextjs.org/)\n- [FaunaDB](https://fauna.com/)\n- [Stripe](https://stripe.com/)\n- [Prismic](https://prismic.io/)\n- [NextAuth](https://next-auth.js.org/)\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```\ngit clone https://github.com/monteiro-alexandre/ignite-reactjs-ignews.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:\n\n```\ngit clone git@github.com:monteiro-alexandre/ignite-reactjs-ignews.git\n```\n\n**Install dependencies**\n\n```\nyarn install\n```\n\nOr\n\n```\nnpm install\n```\n\n## FaunaDB, Stripe, Prismic, Github's OAuth and Environment Variables configuration\n\nThis project uses [FaunaDB](https://fauna.com/), [Stripe](https://stripe.com/), [Prismic](https://prismic.io/) and [Github's OAuth](https://docs.github.com/en/developers/apps/authorizing-oauth-apps) authentication, and for proper functioning, you must create your account on these services, if you don't already have it and make some settings.\n\n### FaunaDB Configuration\n\nSee [FaunaDB Configuration documentation](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/blob/master/docs/faunadb-configuration.md) to configure your FaunaDB and fill in your environment variables.\n\n### Stripe Configuration\n\nSee [Stripe Configuration documentation](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/blob/master/docs/stripe-configuration.md) to configure your Stripe and fill in your environment variables.\n\n### Prismic Configuration\n\nSee [Prismic Configuration documentation](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/blob/master/docs/prismic-configuration.md) to configure your Prismic and fill in your environment variables.\n\n### Github's OAuth Configuration\n\nSee [Github's OAuth Configuration documentation](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/blob/master/docs/github-oauth-configuration.md) to configure your Github's OAuth and fill in your environment variables.\n\n# :runner: Getting Started\n\nRun the following command in order to start the application in a development environment:\n\n```yarn dev```\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Ignews](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/monteiro-alexandre/ignite-reactjs-ignews/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fignite-reactjs-ignews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrudadev%2Fignite-reactjs-ignews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fignite-reactjs-ignews/lists"}