https://github.com/capelaum/ignews
Ignite - React - News subscription app
https://github.com/capelaum/ignews
faunadb ignite-reactjs nextauth nextjs prismic react sass stripe-api
Last synced: about 2 months ago
JSON representation
Ignite - React - News subscription app
- Host: GitHub
- URL: https://github.com/capelaum/ignews
- Owner: capelaum
- Created: 2021-05-24T10:55:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-17T09:14:05.000Z (11 months ago)
- Last Synced: 2025-05-17T10:25:18.516Z (11 months ago)
- Topics: faunadb, ignite-reactjs, nextauth, nextjs, prismic, react, sass, stripe-api
- Language: TypeScript
- Homepage: https://capelaum-ignews.vercel.app
- Size: 671 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignews
Demo: https://capelaum-ignews.vercel.app
## Description
Posts or News subscription service application, made only as simulation and educational purposes.
Features include social login with Github, Prismic CMS to manage posts, Stripe as payment method and Fauna DB to store users and subscriptions data.
It enables a not subscribed user to view only the initial content of the posts, while subscribed users can view the hole post.
Developed during the Ignite program - React trail

## Layout
You can check out the [layout][figma] in figma.
## Executing
Create your `.env.local` file following the `.env.example` example.
Clone this repository, install dependencies with `yarn` or `npm install` and run locally with `yarn dev` command in the terminal.
## Tech
- [Next.js][next]
- [Sass][sass]
- [Next Auth][next_auth]
- [Stripe][stripe]
- [Prismic CMS][prismic]
- [Fauna DB][fauna_db]
[next]: https://nextjs.org
[sass]: https://sass-lang.coms
[next_auth]: https://next-auth.js.org
[stripe]: https://stripe.com
[prismic]: https://prismic.io
[fauna_db]: https://fauna.com
[figma]: https://www.figma.com/file/iuxD2iS1mIelTiV8sdLbG4/ig.news-(Copy)?node-id=1%3A2
## Credits
🚀 [Rocketseat](https://www.rocketseat.com.br)
ignews-zeta-eight.vercel.app