https://github.com/gabrielturri/ignews
Site de newsletter desenvolvido com Next.JS, autenticação com github, forma de pagamento, sem backend com FaunaDB
https://github.com/gabrielturri/ignews
faunadb next-auth nextjs reactjs serverless stripe
Last synced: 3 months ago
JSON representation
Site de newsletter desenvolvido com Next.JS, autenticação com github, forma de pagamento, sem backend com FaunaDB
- Host: GitHub
- URL: https://github.com/gabrielturri/ignews
- Owner: GabrielTurri
- Created: 2022-08-10T13:09:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T13:24:57.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T15:29:53.215Z (over 1 year ago)
- Topics: faunadb, next-auth, nextjs, reactjs, serverless, stripe
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ignews
Ignews é um site de newsletter desenvolvido pela Rocketseat durante o treinamento **Ignite**
## Conceitos e ferramentas aplicadas
- **NextJS**
- Estilização com **SASS**
- Pagamentos com **Stripe**
- **Server Side Rendering**
## Getting Started
Clone o repositório;
Execute o comando ``yarn`` ou ``npm`` para instalar as dependências;
Crie um arquivo para as variáveis locais chamado ``.env.local``
Inicie o projeto através dos comandos:
```bash
npm run dev
# ou
yarn dev
```
Veja os resultados através da url [http://localhost:3000](http://localhost:3000) em seu browser.