Skip to content

IG News is a simple blog project with a month signature for reading posts.

Notifications You must be signed in to change notification settings

guilhermeorcezi/ig.news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ig.news

🚀 IG News Simple blog with a month signature for reading posts.

Documentation Maintenance License: MIT

📌 Table of Contents

🔖 About

The ig.news is a blog project to simulate the monthly subscription process for reading posts (dev mode).

🚀 Technologies

The project was developed using the following technologies

🔥 How to run

To start the NextJS application:

cd web
yarn install // npm install
yarn dev // npm dev

You need to configure a .env.local files with fauna, stripe, github and prismic keys config:

# Stripe
STRIPE_API_KEY=
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=
STRIPE_SUCCESS_URL= http://localhost:3000/posts
STRIPE_CANCEL_URL=http://localhost:3000/
STRIPE_WEBHOOK_SECRET=

# Github
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

# Fauna DB
FAUNADB_KEY=

# Prismic CMS
PRISMIC_ACCESS_TOKEN=
PRISMIC_ENDPOINT=

After the process is over, the localhost: 3000 page containing the developed project will automatically open in your browser.

♻️ How to contribute

  • First, leave a ⭐ if you like it!
  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

📝 License

This project is under the MIT license. See the licence page for more details.


Made with 💜 by Guilherme Orcezi

About

IG News is a simple blog project with a month signature for reading posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published