This application aims to propose a content subscription service, thus being part of the paid content and part of it free. Where the user performs social authentication with GitHub.
- Social authentication using GitHub;
- Paid and free content;
- Payment integrated with the application.
The following tools were used in this project:
The following APIS were used in thid project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/trpiano/ig.news
# Access
$ cd ig.news
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
# Rename the .env file like the example below
$ cp .env.example .env.local
Install the Stripe CLI client so that the WebHooks are accompanied by the application, on the link below follow the instructions for installing the client's configuration.
Made with 💜 by Timoteo Reinheimer Piano