Ig.news is a subscription news site project. Made in order to challenge myself and study the use of famous tools in the Nodejs ecosystem.
To make this project possible, i have used Stripe to receive the payments and FaunaDB to storage de subscriptions, to content manager i have used Prismic, and finally, for authentication, I used the login with github through NextAuth.
1 - Clone this repository:
git clone https://github.com/asleeplevi/ignews.git
2 - Install de dependencies:
# npm
npm install
# or yarn
yarn install
3 - Run dev
script
# npm
npm run dev
# or using yarn
yarn dev
Developed with ❤️ by levi