Skip to content

richforest0506/Next-Ignews

Repository files navigation

ignite-ignews

Study blog application built with Next (SSG and SSR)

GitHub language count GitHub language top GitHub stars GitHub last commits

📑 Ignite | ignews


The ignews blog is a monthly subscription service that gives you access to some posts about web development using ReactJS framework. As part of a study application from Ignite bootcamp developed by Rocketseat, this blog has been built in order to learn, implement and practice some NextJS features such as SSR, SSG and integration with third part services. In this project, we've integrated with GitHub Ouath so that create an authentication. Also, this blog has integration with FaunaDB (Serverless NoSQL DB), Stripe (Payment API) and Prismic CMS (headless CMS to manage the posts content). Besides those integration, it was the first time I've worked with webhooks in order to check if the current session has a authenticated user with an active subscription.

Here is the UI.

🏁 Instructions


Project Download

git clone https://github.com/RichForest0506/Next-Ignews

Install dependencies

yarn

Start the application

yarn dev

Start the webhook

stripe listen --forward-to localhost:3000/api/webhooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published