Este app é um blog de noticias por assinaturas, desenvolvido durante o curso Ignite da Rocketseat. O usuario primeiramente faz login com o GitHub na aplicação, apos isso ele pode comprar a assinatura e receber diversas noticias sobre o mundo da tecnologia. A compra da assinatura é feita atraves de uma api do Stripe, dados do usuarios são guardados em um banco do FaunaDB e as postagens são criadas por meio do Prismic CMS.
This app is a subscription news blog, developed during Rocketseat's Ignite course. The user first logs in with GitHub in the application, after that he can buy the subscription and receive various news about the world of technology. The subscription purchase is made through a Stripe api, user data is stored in a FaunaDB database and posts are created through Prismic CMS.
Este projeto foi desenvolvido com as seguintes tecnologias:
This project was developed with the following technologies:
Para iniciá-lo, siga as etapas abaixo:
To start it, follow the steps below:
# Instale as dependencias
# Install dependencies
$ yarn
# Inicie o projeto
# start the project
$ yarn start
O aplicativo estará disponível em seu navegador no endereço http://localhost:3000.
The app will be available in your browser at the address http://localhost:3000.